lkml.org 
[lkml]   [2013]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [Trivial PATCH 14/33] sgi: xpc: Convert use of typedef ctl_table to struct ctl_table
    On Thu, Jun 13, 2013 at 07:37:39PM -0700, Joe Perches wrote:
    > This typedef is unnecessary and should just be removed.
    >
    > Signed-off-by: Joe Perches <joe@perches.com>

    Acked-by: Robin Holt <holt@sgi.com>

    > ---
    > drivers/misc/sgi-xp/xpc_main.c | 6 +++---
    > 1 file changed, 3 insertions(+), 3 deletions(-)
    >
    > diff --git a/drivers/misc/sgi-xp/xpc_main.c b/drivers/misc/sgi-xp/xpc_main.c
    > index d971817..82dc574 100644
    > --- a/drivers/misc/sgi-xp/xpc_main.c
    > +++ b/drivers/misc/sgi-xp/xpc_main.c
    > @@ -92,7 +92,7 @@ int xpc_disengage_timelimit = XPC_DISENGAGE_DEFAULT_TIMELIMIT;
    > static int xpc_disengage_min_timelimit; /* = 0 */
    > static int xpc_disengage_max_timelimit = 120;
    >
    > -static ctl_table xpc_sys_xpc_hb_dir[] = {
    > +static struct ctl_table xpc_sys_xpc_hb_dir[] = {
    > {
    > .procname = "hb_interval",
    > .data = &xpc_hb_interval,
    > @@ -111,7 +111,7 @@ static ctl_table xpc_sys_xpc_hb_dir[] = {
    > .extra2 = &xpc_hb_check_max_interval},
    > {}
    > };
    > -static ctl_table xpc_sys_xpc_dir[] = {
    > +static struct ctl_table xpc_sys_xpc_dir[] = {
    > {
    > .procname = "hb",
    > .mode = 0555,
    > @@ -126,7 +126,7 @@ static ctl_table xpc_sys_xpc_dir[] = {
    > .extra2 = &xpc_disengage_max_timelimit},
    > {}
    > };
    > -static ctl_table xpc_sys_dir[] = {
    > +static struct ctl_table xpc_sys_dir[] = {
    > {
    > .procname = "xpc",
    > .mode = 0555,
    > --
    > 1.8.1.2.459.gbcd45b4.dirty


    \
     
     \ /
      Last update: 2013-06-14 05:21    [W:2.448 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site