aboutsummaryrefslogtreecommitdiff
path: root/cmd/fat.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:16 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:17 -0600
commite569c73a8e43f0e5294d9059402f0bb2cd491fa6 (patch)
tree9d4f9b47f24e9c946fdc8ed154e01c979c571ca4 /cmd/fat.c
parent789934f1bb0141ee5e7d488d57d22c9182fe76d8 (diff)
downloadu-boot-e569c73a8e43f0e5294d9059402f0bb2cd491fa6.zip
u-boot-e569c73a8e43f0e5294d9059402f0bb2cd491fa6.tar.gz
u-boot-e569c73a8e43f0e5294d9059402f0bb2cd491fa6.tar.bz2
cmd: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'cmd/fat.c')
-rw-r--r--cmd/fat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/fat.c b/cmd/fat.c
index ad0e5ed..1655e80 100644
--- a/cmd/fat.c
+++ b/cmd/fat.c
@@ -32,7 +32,6 @@ int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
return do_load(cmdtp, flag, argc, argv, FS_TYPE_FAT);
}
-
U_BOOT_CMD(
fatload, 7, 0, do_fat_fsload,
"load binary file from a dos filesystem",