]> git.baikalelectronics.ru Git - kernel.git/commit
kcsan: Move ctx to start of argument list
authorMarco Elver <elver@google.com>
Mon, 9 Aug 2021 11:25:16 +0000 (13:25 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 13 Sep 2021 23:41:19 +0000 (16:41 -0700)
commit69b1833983fc42ca32945c992b0366af0e488391
tree508e0b9a6c8f8edc3a3866e2c10a5cb6ed51eabd
parentdd1fd270b5ee789ba56b216c5388d0c89f4ec455
kcsan: Move ctx to start of argument list

It is clearer if ctx is at the start of the function argument list;
it'll be more consistent when adding functions with varying arguments
but all requiring ctx.

No functional change intended.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/kcsan/core.c