Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sysctl: fix #ifdef guard comment

Signed-off-by: Jovi Zhang <bookjovi@gmail.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jovi Zhang and committed by
Linus Torvalds
55610500 12a4dc43

+2 -2
+2 -2
kernel/sysctl.c
··· 2909 2909 } 2910 2910 } 2911 2911 2912 - #else /* CONFIG_PROC_FS */ 2912 + #else /* CONFIG_PROC_SYSCTL */ 2913 2913 2914 2914 int proc_dostring(struct ctl_table *table, int write, 2915 2915 void __user *buffer, size_t *lenp, loff_t *ppos) ··· 2961 2961 } 2962 2962 2963 2963 2964 - #endif /* CONFIG_PROC_FS */ 2964 + #endif /* CONFIG_PROC_SYSCTL */ 2965 2965 2966 2966 /* 2967 2967 * No sense putting this after each symbol definition, twice,