]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: bios_emulator: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:27 +0000 (14:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:04 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/bios_emulator/besys.c
drivers/bios_emulator/include/x86emu/debug.h
drivers/bios_emulator/x86emu/prim_ops.c

index 690fb5a4d7b304f85e7410ad0428e70352dd3ddb..2fd794f76c63899d547ff8738661f9d008d20070 100644 (file)
@@ -422,7 +422,6 @@ static u32 BE_accessReg(int regOffset, u32 value, int func)
        u16 val16;
        u32 val32;
 
-
        /* Decode the configuration register values for the register we wish to
         * access
         */
index 859b54d860007e0f3f323277b9d7aa869f1351c2..1c043b78ba4b5d1d4a114c24d3e96bc0d4b24614 100644 (file)
 
 #ifdef CONFIG_X86EMU_DEBUG
 
-
 # define DECODE_PRINTF(x)      if (DEBUG_DECODE()) \
                                    x86emu_decode_printf(x)
 # define DECODE_PRINTF2(x,y)   if (DEBUG_DECODE()) \
index b3cccb17f202203eb802b831fadb97b211acad5e..afe9a40a322d9de6cb66c827c01d1cdd0b25db27 100644 (file)
@@ -97,7 +97,6 @@
 *
 ****************************************************************************/
 
-
 #define PRIM_OPS_NO_REDEFINE_ASM
 #include "x86emu/x86emui.h"
 
@@ -120,7 +119,6 @@ static u32 x86emu_parity_tab[8] =
 
 /*----------------------------- Implementation ----------------------------*/
 
-
 /*--------- Side effects helper functions -------*/
 
 /****************************************************************************