]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
post: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:28 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:18 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
post/drivers/flash.c
post/drivers/memory.c
post/lib_powerpc/cpu_asm.h
post/tests.c

index 21e2f940fe92185942d9ec77c20abf63a9c4fe7b..7638a99f2ebf67469511e7d06c2d9f9898769eb0 100644 (file)
@@ -12,7 +12,6 @@
 #include <post.h>
 #include <flash.h>
 
-
 /*
  * This code will walk over the declared sectors erasing them,
  * then programming them, then verifying the written contents.
index 8d4ae6fc6f1ea37a0925531651d8d9a5325c58b0..2e41c4619e027042da4f09e276c8b5672ed89b13 100644 (file)
@@ -157,7 +157,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #warning "Injecting address line errors for testing purposes"
 #endif
 
-
 /*
  * This function performs a double word move from the data at
  * the source pointer to the location at the destination pointer.
@@ -199,7 +198,6 @@ const static unsigned long long pattern[] = {
 };
 const unsigned long long otherpattern = 0x0123456789abcdefULL;
 
-
 static int memory_post_dataline(unsigned long long * pmem)
 {
        unsigned long long temp64 = 0;
index 75cf71b637005abd1eacfdf7c376d43b4755d738..d1e3f68faa76f4c2ce86396b4440f1d05d0a00d8 100644 (file)
 #define ASM_STSWI(rd, rs, simm)                ASM_11IF(OP_STSWI, rd, rs, simm)
 #define ASM_STSWX(rd, rs1, rs2)                ASM_12(OP_STSWX, rd, rs1, rs2)
 
-
 #endif /* _CPU_ASM_H */
index 208710a48ba7ceed911a43a271d35876ed7a70b5..cdd088a32f2a2a0b81f8d56dde9ff3b54870c538 100644 (file)
@@ -43,7 +43,6 @@ extern int sysmon_init_f (void);
 
 extern void sysmon_reloc (void);
 
-
 struct post_test post_list[] =
 {
 #if CFG_POST & CFG_SYS_POST_OCM