On Wed, Mar 20, 2019 at 01:45:35PM +0100, Alexandre Belloni wrote: > Properly align code with opening parenthesis.
FWIW, this is a checkpatch --strict warning you're addressing, and not something that is enforced by the coding standard. Indenting continuation lines at least two tabs further conforms with the coding style which says to indent lines substantially to the right (and you don't have to run around realigning things should a function call be renamed, etc). But your call. Johan