On Tue, Sep 03, 2019 at 04:49:06PM +0100, Alessio Balsini wrote: > Fix coding style of "struct ctl_table" and "struct ctl_table_header" to > have inline brances. > Before: > > struct ctl_table > { > ... > > After: > > struct ctl_table { > ... > > Besides the wide use of this proposed cose style, this change helps to > find at a glance the struct definition when navigating the code. > > Signed-off-by: Alessio Balsini <bals...@android.com> > Cc: Luis Chamberlain <mcg...@kernel.org> > Cc: Kees Cook <keesc...@chromium.org>
Acked-by: Luis Chamberlain <mcg...@kernel.org> Luis