Re: [PATCH] psi: fix reference to kernel commandline enable

2018-12-03 Thread Johannes Weiner
On Sun, Dec 02, 2018 at 11:18:50AM +0200, Baruch Siach wrote: > The kernel commandline parameter named in CONFIG_PSI_DEFAULT_DISABLED > help text contradicts the documentation in kernel-parameters.txt, and > the code. Fix that. > > Fixes: e0c274472d ("psi: make disabling/enabling easier for vendor

[PATCH] psi: fix reference to kernel commandline enable

2018-12-02 Thread Baruch Siach
The kernel commandline parameter named in CONFIG_PSI_DEFAULT_DISABLED help text contradicts the documentation in kernel-parameters.txt, and the code. Fix that. Fixes: e0c274472d ("psi: make disabling/enabling easier for vendor kernels") Signed-off-by: Baruch Siach --- init/Kconfig | 4 ++-- 1 fi