lkml.org 
[lkml]   [2010]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] sysctl: fix error config typo
Date
fix error config typo

Signed-off-by: Jovi Zhang <bookjovi@gmail.com>

kernel/sysctl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 5abfa15..6f3b6f4 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -2900,7 +2900,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)
@@ -2952,7 +2952,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,

\
 
 \ /
  Last update: 2010-12-12 11:47    [W:0.026 / U:0.496 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site