public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] sysctl: fix error config typo
@ 2010-12-11  3:03 bookjovi
  2010-12-12 15:26 ` Américo Wang
  0 siblings, 1 reply; 2+ messages in thread
From: bookjovi @ 2010-12-11  3:03 UTC (permalink / raw)
  To: akpm, hidave.darkstar, davem, mingo, eparis, linux-kernel; +Cc: Jovi Zhang

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,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] sysctl: fix error config typo
  2010-12-11  3:03 [PATCH 1/2] sysctl: fix error config typo bookjovi
@ 2010-12-12 15:26 ` Américo Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Américo Wang @ 2010-12-12 15:26 UTC (permalink / raw)
  To: bookjovi; +Cc: akpm, hidave.darkstar, davem, mingo, eparis, linux-kernel

On Fri, Dec 10, 2010 at 10:03:44PM -0500, bookjovi@gmail.com wrote:
>fix error config typo
>
>Signed-off-by: Jovi Zhang <bookjovi@gmail.com>
>

Acked-by: WANG Cong <xiyou.wangcong@gmail.com>

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-12 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-11  3:03 [PATCH 1/2] sysctl: fix error config typo bookjovi
2010-12-12 15:26 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox