]> git.baikalelectronics.ru Git - kernel.git/commit
random: selectively clang-format where it makes sense
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 15 Jan 2022 13:57:22 +0000 (14:57 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 18 Jan 2022 12:03:56 +0000 (13:03 +0100)
commit06034d5938d54f1d31a913e069461ffaa3b29ab0
tree9c851a822526033680f452f462cab2f1d50bdc63
parent35e0c89e99f2fe008b10cb50849a0b4c59a1543a
random: selectively clang-format where it makes sense

This is an old driver that has seen a lot of different eras of kernel
coding style. In an effort to make it easier to code for, unify the
coding style around the current norm, by accepting some of -- but
certainly not all of -- the suggestions from clang-format. This should
remove ambiguity in coding style, especially with regards to spacing,
when code is being changed or amended. Consequently it also makes code
review easier on the eyes, following one uniform style rather than
several.

Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c