[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210724174416.Horde.SGJpvfIKCho_9unV7fRnmA7@messagerie.c-s.fr>
Date: Sat, 24 Jul 2021 17:44:16 +0200
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Geoff Levand <geoff@...radead.org>
Cc: linuxppc-dev@...ts.ozlabs.org, netdev@...r.kernel.org,
Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH v4 03/10] net/ps3_gelic: Format cleanups
Geoff Levand <geoff@...radead.org> a écrit :
> In an effort to make the PS3 gelic driver easier to maintain, cleanup the
> the driver source file formatting to be more consistent.
Many of your changes in this patch go in the wrong direction.
For instance, you shall not use { } in an if/else sequence with single
lines in both the if and the else. See
https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
In a multiline operation, the argument of the second line must be
aligned to the matching parenthesis.
Christophe
Powered by blists - more mailing lists