aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bios_emulator/x86emu
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-20 14:40:27 +0200
committerTom Rini <trini@konsulko.com>2024-07-22 10:53:04 -0600
commitce5fe5a047078245a72625ac9af1256b0b7465e8 (patch)
tree8375846095fcd3bef520eacfc4f9b286824898bd /drivers/bios_emulator/x86emu
parente716007ee463ea3c963808c88c7a29c45115535e (diff)
downloadu-boot-ce5fe5a047078245a72625ac9af1256b0b7465e8.tar.gz
drivers: bios_emulator: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/bios_emulator/x86emu')
-rw-r--r--drivers/bios_emulator/x86emu/prim_ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bios_emulator/x86emu/prim_ops.c b/drivers/bios_emulator/x86emu/prim_ops.c
index b3cccb17f20..afe9a40a322 100644
--- a/drivers/bios_emulator/x86emu/prim_ops.c
+++ b/drivers/bios_emulator/x86emu/prim_ops.c
@@ -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 -------*/
/****************************************************************************