projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a4dc4
)
sysctl: fix #ifdef guard comment
author
Jovi Zhang
<
[email protected]
>
Thu, 13 Jan 2011 01:00:45 +0000
(17:00 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Jan 2011 16:03:18 +0000
(08:03 -0800)
Signed-off-by: Jovi Zhang <
[email protected]
>
Acked-by: WANG Cong <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/sysctl.c
patch
|
blob
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index c6811ee2092b165216a09bcd69153e2c0e1093c6..a05605a4c369f39432a5a2979d7d7d0d80b63697 100644
(file)
--- a/
kernel/sysctl.c
+++ b/
kernel/sysctl.c
@@
-2909,7
+2909,7
@@
int proc_do_large_bitmap(struct ctl_table *table, int write,
}
}
-#else /* CONFIG_PROC_
FS
*/
+#else /* CONFIG_PROC_
SYSCTL
*/
int proc_dostring(struct ctl_table *table, int write,
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,
}
-#endif /* CONFIG_PROC_
FS
*/
+#endif /* CONFIG_PROC_
SYSCTL
*/
/*
* No sense putting this after each symbol definition, twice,