diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:16 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:17 -0600 |
| commit | e569c73a8e43f0e5294d9059402f0bb2cd491fa6 (patch) | |
| tree | 9d4f9b47f24e9c946fdc8ed154e01c979c571ca4 /cmd/console.c | |
| parent | 789934f1bb0141ee5e7d488d57d22c9182fe76d8 (diff) | |
cmd: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'cmd/console.c')
| -rw-r--r-- | cmd/console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/console.c b/cmd/console.c index 12fc92061a1..a8133ee3fa3 100644 --- a/cmd/console.c +++ b/cmd/console.c @@ -47,7 +47,6 @@ static int do_coninfo(struct cmd_tbl *cmd, int flag, int argc, return 0; } - /***************************************************/ U_BOOT_CMD( |
