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>
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- include/linux/compiler-clang.h 1 addition, 1 deletioninclude/linux/compiler-clang.h
- include/linux/compiler.h 1 addition, 1 deletioninclude/linux/compiler.h
- include/linux/kcsan-checks.h 9 additions, 13 deletionsinclude/linux/kcsan-checks.h
- include/linux/kcsan.h 8 additions, 15 deletionsinclude/linux/kcsan.h
- include/linux/seqlock.h 4 additions, 4 deletionsinclude/linux/seqlock.h
- kernel/kcsan/atomic.h 1 addition, 1 deletionkernel/kcsan/atomic.h
- kernel/kcsan/core.c 27 additions, 32 deletionskernel/kcsan/core.c
- kernel/kcsan/debugfs.c 29 additions, 33 deletionskernel/kcsan/debugfs.c
- kernel/kcsan/encoding.h 13 additions, 12 deletionskernel/kcsan/encoding.h
- kernel/kcsan/kcsan.h 6 additions, 5 deletionskernel/kcsan/kcsan.h
- kernel/kcsan/report.c 20 additions, 22 deletionskernel/kcsan/report.c
- kernel/kcsan/test.c 3 additions, 3 deletionskernel/kcsan/test.c
- kernel/sched/Makefile 1 addition, 1 deletionkernel/sched/Makefile
- lib/Kconfig.kcsan 7 additions, 9 deletionslib/Kconfig.kcsan
Please register or sign in to comment