Re: [PATCH 7/8] docs: kernel-doc: Finish moving STATE_* code out of process_file()

From: Jonathan Corbet
Date: Thu Feb 08 2018 - 14:58:08 EST


On Thu, 8 Feb 2018 13:29:53 +1100
"Tobin C. Harding" <me@xxxxxxxx> 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