Geoff Levand <ge...@infradead.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