lkml.org 
[lkml]   [2009]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] sysctl.c: Change a .proc_handler = proc_dointvec to &proc_dointvec,
From
Date
Seems to be a typo.

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 0d949c5..d0bf4eb 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1605,7 +1605,7 @@ static struct ctl_table debug_table[] = {
.data = &show_unhandled_signals,
.maxlen = sizeof(int),
.mode = 0644,
- .proc_handler = proc_dointvec
+ .proc_handler = &proc_dointvec,
},
#endif
{ .ctl_name = 0 }



\
 
 \ /
  Last update: 2009-11-15 02:55    [W:0.473 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site