summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2021-09-27 18:42:37 +0300
committerTom Rini <trini@konsulko.com>2021-09-30 15:08:56 +0300
commitc72231d2729cea8b683ef05d94c986ced36755b3 (patch)
tree85d888d54a27252389e20e3465d29eb6b67f1b66 /cmd
parent66356b4c06c934021f6cb58d93877427162b369f (diff)
downloadu-boot-c72231d2729cea8b683ef05d94c986ced36755b3.tar.xz
WS cleanup: remove excessive empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bedbug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/bedbug.c b/cmd/bedbug.c
index 549c9056dd..0bd67fcf47 100644
--- a/cmd/bedbug.c
+++ b/cmd/bedbug.c
@@ -39,7 +39,6 @@ int bedbug_puts (const char *str)
} /* bedbug_puts */
-
/* ======================================================================
* Initialize the bug_ctx structure used by the bedbug debugger. This is
* specific to the CPU since each has different debug registers and
@@ -53,7 +52,6 @@ int bedbug_init(void)
} /* bedbug_init */
-
/* ======================================================================
* Entry point from the interpreter to the disassembler. Repeated calls
* will resume from the last disassembled address.
@@ -183,7 +181,6 @@ void do_bedbug_breakpoint (struct pt_regs *regs)
} /* do_bedbug_breakpoint */
-
/* ======================================================================
* Called from the CPU-specific breakpoint handling routine. Enter a
* mini main loop until the stopped flag is cleared from the breakpoint
@@ -241,7 +238,6 @@ void bedbug_main_loop (unsigned long addr, struct pt_regs *regs)
} /* bedbug_main_loop */
-
/* ======================================================================
* Interpreter command to continue from a breakpoint. Just clears the
* stopped flag in the context so that the breakpoint routine will