diff options
author | Marek Vasut | 2024-07-13 15:19:30 +0200 |
---|---|---|
committer | Tom Rini | 2024-07-15 12:12:18 -0600 |
commit | 2cd9466bedec4950d7291efa95f228c5150ee421 (patch) | |
tree | dc8f39ae68c6745e7a458bc5afcb56ef92e08674 /arch | |
parent | 5f9a3003be1d9657cf450e3dedf56e92a7415e07 (diff) |
sandbox: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/cpu/os.c | 1 | ||||
-rw-r--r-- | arch/sandbox/include/asm/byteorder.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index d7869b2e368..46ff305b536 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -1106,7 +1106,6 @@ void os_relaunch(char *argv[]) os_exit(1); } - #ifdef CONFIG_FUZZ static void *fuzzer_thread(void * ptr) { diff --git a/arch/sandbox/include/asm/byteorder.h b/arch/sandbox/include/asm/byteorder.h index 70b4c078af1..592f10a076b 100644 --- a/arch/sandbox/include/asm/byteorder.h +++ b/arch/sandbox/include/asm/byteorder.h @@ -6,7 +6,6 @@ #ifndef __ASM_SANDBOX_BYTEORDER_H #define __ASM_SANDBOX_BYTEORDER_H - #include <asm/types.h> #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) |