[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180208125800.3dae9456@lwn.net>
Date: Thu, 8 Feb 2018 12:58:00 -0700
From: Jonathan Corbet <corbet@....net>
To: "Tobin C. Harding" <me@...in.cc>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
mchehab@...nel.org
Subject: Re: [PATCH 7/8] docs: kernel-doc: Finish moving STATE_* code out of
process_file()
On Thu, 8 Feb 2018 13:29:53 +1100
"Tobin C. Harding" <me@...in.cc> wrote:
> It doesn't appear to be introduced by you but the brace positions are
> non-uniform in this patch.
>
> if
> {
> ...
> }
> else
> {
> ...
> }
>
> instead of
>
> if {
> ...
> } else {
> eee
> }
True, that's worth fixing up while I'm in the neighborhood. I'll do that
before I commit the set.
Thanks,
jon
Powered by blists - more mailing lists