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)
commit78c3d954e2b3c323d6ba0a7294a490fef43efc57
tree508e0b9a6c8f8edc3a3866e2c10a5cb6ed51eabd
parentd627c537c2585875bba071bbfa7cda20328f982b
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