summaryrefslogtreecommitdiff
path: root/post
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 16:19:28 +0300
committerTom Rini <trini@konsulko.com>2024-07-15 21:12:18 +0300
commit66710564025716645d3aad8c7be6da977d913d2f (patch)
tree7425795c994683ab36ca56f2839f3aa1f9883ae5 /post
parent190abad0928d594193691ae5a205b37d2af1dc87 (diff)
downloadu-boot-66710564025716645d3aad8c7be6da977d913d2f.tar.xz
post: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'post')
-rw-r--r--post/drivers/flash.c1
-rw-r--r--post/drivers/memory.c2
-rw-r--r--post/lib_powerpc/cpu_asm.h1
-rw-r--r--post/tests.c1
4 files changed, 0 insertions, 5 deletions
diff --git a/post/drivers/flash.c b/post/drivers/flash.c
index 21e2f940fe..7638a99f2e 100644
--- a/post/drivers/flash.c
+++ b/post/drivers/flash.c
@@ -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.
diff --git a/post/drivers/memory.c b/post/drivers/memory.c
index 8d4ae6fc6f..2e41c4619e 100644
--- a/post/drivers/memory.c
+++ b/post/drivers/memory.c
@@ -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;
diff --git a/post/lib_powerpc/cpu_asm.h b/post/lib_powerpc/cpu_asm.h
index 75cf71b637..d1e3f68faa 100644
--- a/post/lib_powerpc/cpu_asm.h
+++ b/post/lib_powerpc/cpu_asm.h
@@ -203,5 +203,4 @@
#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 */
diff --git a/post/tests.c b/post/tests.c
index 208710a48b..cdd088a32f 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -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