diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-20 14:40:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:53:04 -0600 |
commit | ce5fe5a047078245a72625ac9af1256b0b7465e8 (patch) | |
tree | 8375846095fcd3bef520eacfc4f9b286824898bd /drivers/bios_emulator/include/x86emu/debug.h | |
parent | e716007ee463ea3c963808c88c7a29c45115535e (diff) |
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/include/x86emu/debug.h')
-rw-r--r-- | drivers/bios_emulator/include/x86emu/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bios_emulator/include/x86emu/debug.h b/drivers/bios_emulator/include/x86emu/debug.h index 859b54d8600..1c043b78ba4 100644 --- a/drivers/bios_emulator/include/x86emu/debug.h +++ b/drivers/bios_emulator/include/x86emu/debug.h @@ -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()) \ |