Re: [PATCH v2 11/15] sgi-xp: Remove the now superfluous sentinel element from ctl_table array

2023-10-02 Thread Steve Wahl
{ > @@ -121,7 +120,6 @@ static struct ctl_table xpc_sys_xpc[] = { >.proc_handler = proc_dointvec_minmax, >.extra1 = &xpc_disengage_min_timelimit, >.extra2 = &xpc_disengage_max_timelimit}, > - {} > }; > > static struct ctl_table_header *xpc_sysctl; > > -- > 2.30.2 > Reviewed-by: Steve Wahl -- Steve Wahl, Hewlett Packard Enterprise

Re: [PATCH 11/15] sgi-xp: Remove the now superfluous sentinel element from ctl_table array

2023-09-28 Thread Steve Wahl
limit, > - .extra2 = &xpc_disengage_max_timelimit}, > - {} > + .extra2 = &xpc_disengage_max_timelimit} > }; > > static struct ctl_table_header *xpc_sysctl; > > -- > 2.30.2 > I assume you'll match the rest of the changes with regards to the trailing comma. Reviewed-by: Steve Wahl -- Steve Wahl, Hewlett Packard Enterprise