kcsan: Improve various small stylistic details
authorIngo Molnar <mingo@kernel.org>
Wed, 20 Nov 2019 09:41:43 +0000 (10:41 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 20 Nov 2019 09:47:23 +0000 (10:47 +0100)
commit5cbaefe9743bf14c9d3106db0cc19f8cb0a3ca22
treeb89923344fb8eab289073d904d64e29f51723e88
parent8e1d58ae0c8d4af9ab0141f7e8a9ca95720df01c
kcsan: Improve various small stylistic details

Tidy up a few bits:

  - Fix typos and grammar, improve wording.

  - Remove spurious newlines that are col80 warning artifacts where the
    resulting line-break is worse than the disease it's curing.

  - Use core kernel coding style to improve readability and reduce
    spurious code pattern variations.

  - Use better vertical alignment for structure definitions and initialization
    sequences.

  - Misc other small details.

No change in functionality intended.

Cc: linux-kernel@vger.kernel.org
Cc: Marco Elver <elver@google.com>
Cc: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Paul E. McKenney <paulmck@kernel.org>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
15 files changed:
arch/x86/Kconfig
include/linux/compiler-clang.h
include/linux/compiler.h
include/linux/kcsan-checks.h
include/linux/kcsan.h
include/linux/seqlock.h
kernel/kcsan/atomic.h
kernel/kcsan/core.c
kernel/kcsan/debugfs.c
kernel/kcsan/encoding.h
kernel/kcsan/kcsan.h
kernel/kcsan/report.c
kernel/kcsan/test.c
kernel/sched/Makefile
lib/Kconfig.kcsan