Re: [PATCH v2 05/19] locking/lockdep: Adjust indents for function definitions

From: Bart Van Assche
Date: Tue Mar 19 2019 - 12:33:06 EST


On Mon, 2019-03-18 at 16:57 +-0800, Yuyang Du wrote:
+AD4 Being paranoid to see function arguments lines are aligned.

This patch changes code that conforms to the kernel coding style into
code that does not conform to the kernel coding style. If you have a
look at the c-lineup-arglist-tabs-only function in
Documentation/process/coding-style.rst you will see that only tabs and
no spaces should be used to indent function arguments.

Bart.