]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
random: Fix whitespace pre random-bytes work
authorTobin C. Harding <me@tobin.cc>
Thu, 21 Jun 2018 23:15:31 +0000 (09:15 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2022 09:46:25 +0000 (11:46 +0200)
commite5572bef463953e88732a3f58fde14af425f635c
treecdacbaecc39d07897bdbbc2f0764a5beaf2c442f
parent3beefa251d34985e37ba11a18df6010a9b765ed2
random: Fix whitespace pre random-bytes work

commit 8ddd6efa56c3fe23df9fe4cf5e2b49cc55416ef4 upstream.

There are a couple of whitespace issues around the function
get_random_bytes_arch().  In preparation for patching this function
let's clean them up.

Acked-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/random.c