Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ddd6efa authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Theodore Ts'o
Browse files

random: Fix whitespace pre random-bytes work



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: default avatarTheodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 81e69df3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1748,7 +1748,6 @@ void get_random_bytes_arch(void *buf, int nbytes)
}
EXPORT_SYMBOL(get_random_bytes_arch);


/*
 * init_std_data - initialize pool with system data
 *