diff options
author | Jovi Zhang <bookjovi@gmail.com> | 2011-01-12 20:00:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 11:03:18 -0500 |
commit | 556105000334cb440636ef61b862d22b03c24f70 (patch) | |
tree | 7b5b8d859c4e6950a67e3785c77612b6f1773a00 /kernel/sysctl.c | |
parent | 12a4dc43911785f51a596f771ae0701b18d436f1 (diff) |
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>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c6811ee2092b..a05605a4c369 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -2909,7 +2909,7 @@ int proc_do_large_bitmap(struct ctl_table *table, int write, | |||
2909 | } | 2909 | } |
2910 | } | 2910 | } |
2911 | 2911 | ||
2912 | #else /* CONFIG_PROC_FS */ | 2912 | #else /* CONFIG_PROC_SYSCTL */ |
2913 | 2913 | ||
2914 | int proc_dostring(struct ctl_table *table, int write, | 2914 | int proc_dostring(struct ctl_table *table, int write, |
2915 | void __user *buffer, size_t *lenp, loff_t *ppos) | 2915 | void __user *buffer, size_t *lenp, loff_t *ppos) |
@@ -2961,7 +2961,7 @@ int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, | |||
2961 | } | 2961 | } |
2962 | 2962 | ||
2963 | 2963 | ||
2964 | #endif /* CONFIG_PROC_FS */ | 2964 | #endif /* CONFIG_PROC_SYSCTL */ |
2965 | 2965 | ||
2966 | /* | 2966 | /* |
2967 | * No sense putting this after each symbol definition, twice, | 2967 | * No sense putting this after each symbol definition, twice, |