linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Alessio Balsini <balsini@android.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	kernel-team@android.com, Kees Cook <keescook@chromium.org>
Subject: Re: [PATCH] sysctl: Inline braces for ctl_table and ctl_table_header
Date: Fri, 11 Oct 2019 13:56:44 +0000	[thread overview]
Message-ID: <20191011135644.GQ16384@42.do-not-panic.com> (raw)
In-Reply-To: <20190903154906.188651-1-balsini@android.com>

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@android.com>
> Cc: Luis Chamberlain <mcgrof@kernel.org>
> Cc: Kees Cook <keescook@chromium.org>

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis

      reply	other threads:[~2019-10-11 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-03 15:49 [PATCH] sysctl: Inline braces for ctl_table and ctl_table_header Alessio Balsini
2019-10-11 13:56 ` Luis Chamberlain [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191011135644.GQ16384@42.do-not-panic.com \
    --to=mcgrof@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=balsini@android.com \
    --cc=keescook@chromium.org \
    --cc=kernel-team@android.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).