On 4/27/21 3:42 AM, Pavel Balaev wrote: > After running "scripts/checkpatch.pl" I got warnings about alignment. > So I run checkpatch.pl --fix and fixed alignment as a script did. > So warnings goes away. I don't get the rules of alignment, can you > tell me the right way? I don't see any statements under Documentation/process; not sure where it is explicitly stated. You can get the general idea by following the surrounding code and then let checkpatch correct from there.