Remove leading spaces before tabs in Kconfig file(s) by running the following command: $ find fs/proc -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/' Signed-off-by: Juerg Haefliger <juergh@xxxxxxxxxxxxx> --- fs/proc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig index c930001056f9..e8410a99a0ca 100644 --- a/fs/proc/Kconfig +++ b/fs/proc/Kconfig @@ -81,10 +81,10 @@ config PROC_SYSCTL limited in memory. config PROC_PAGE_MONITOR - default y + default y depends on PROC_FS && MMU bool "Enable /proc page monitoring" if EXPERT - help + help Various /proc files exist to monitor process memory utilization: /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap, /proc/kpagecount, and /proc/kpageflags. Disabling these -- 2.27.0