summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2023-04-24 14:18:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-02 11:33:58 +0200
commit18b5f832191f4fe12715523b9d5c4029b2b6082a (patch)
tree831adce6f7009a8f7154ab40e07dc599ca856bbb /arch/arm/mach-omap
parent7236fc815b7fe9f01dad0cd08fa429f49994dcf3 (diff)
downloadbarebox-18b5f832191f4fe12715523b9d5c4029b2b6082a.tar.gz
barebox-18b5f832191f4fe12715523b9d5c4029b2b6082a.tar.xz
treewide: drop trailing space
Found by manual inspection of the output of: rg '\s+$' | rg -v dts/ Patch can be verified by observing that no diff results from: git show --ignore-space-at-eol Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20230424121805.150434-4-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/am33xx_bbu_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/am33xx_bbu_nand.c b/arch/arm/mach-omap/am33xx_bbu_nand.c
index 2041cf3c0b..40e382780a 100644
--- a/arch/arm/mach-omap/am33xx_bbu_nand.c
+++ b/arch/arm/mach-omap/am33xx_bbu_nand.c
@@ -213,7 +213,7 @@ static int nand_update_handler_complete(struct bbu_handler *handler,
buf = xzalloc(mtd->erasesize);
memcpy(buf, data->image, data->len);
-
+
for (i = 0; i < 4; i++) {
if (mtd_peb_is_bad(mtd, i)) {
pr_info("PEB%d is bad, skipping\n", i);