[PATCH] random: remove whitespace and reorder includes

Jason A. Donenfeld posted 1 patch 4 years, 4 months ago
drivers/char/random.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] random: remove whitespace and reorder includes
Posted by Jason A. Donenfeld 4 years, 4 months ago
This is purely cosmetic. Future work involves figuring out which of
these headers we need and which we don't.

Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
---
 drivers/char/random.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/char/random.c b/drivers/char/random.c
index c7b3f1e05629..06dc583bce0d 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -50,11 +50,10 @@
 #include <linux/syscalls.h>
 #include <linux/completion.h>
 #include <linux/uuid.h>
+#include <linux/uaccess.h>
 #include <crypto/chacha.h>
 #include <crypto/blake2s.h>
-
 #include <asm/processor.h>
-#include <linux/uaccess.h>
 #include <asm/irq.h>
 #include <asm/irq_regs.h>
 #include <asm/io.h>
-- 
2.35.0