mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
drivers: sysreset: 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
2159d507b0
commit
c77c054aa5
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ void reset_cpu(void)
|
|||
sysreset_walk_halt(SYSRESET_WARM);
|
||||
}
|
||||
|
||||
|
||||
#if IS_ENABLED(CONFIG_SYSRESET_CMD_RESET)
|
||||
int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue