mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
drivers: bios_emulator: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
e716007ee4
commit
ce5fe5a047
3 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -105,7 +105,6 @@
|
|||
|
||||
#ifdef CONFIG_X86EMU_DEBUG
|
||||
|
||||
|
||||
# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
|
||||
x86emu_decode_printf(x)
|
||||
# define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
|
||||
|
|
|
@ -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 -------*/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue