]> 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)
commitde7e5b38c283984f7bd1e450b640141fdf00ffb1
tree9c851a822526033680f452f462cab2f1d50bdc63
parentbd40273a3266f3d3fc002c248dece5d9f441dbee
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