[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191011135644.GQ16384@42.do-not-panic.com>
Date: Fri, 11 Oct 2019 13:56:44 +0000
From: Luis Chamberlain <mcgrof@...nel.org>
To: Alessio Balsini <balsini@...roid.com>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
kernel-team@...roid.com, Kees Cook <keescook@...omium.org>
Subject: Re: [PATCH] sysctl: Inline braces for ctl_table and ctl_table_header
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 <balsini@...roid.com>
> Cc: Luis Chamberlain <mcgrof@...nel.org>
> Cc: Kees Cook <keescook@...omium.org>
Acked-by: Luis Chamberlain <mcgrof@...nel.org>
Luis
Powered by blists - more mailing lists