Skip to content

Commit 6671056

Browse files
Marek Vasuttrini
Marek Vasut
authored andcommitted
post: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
1 parent 190abad commit 6671056

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

post/drivers/flash.c

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <post.h>
1313
#include <flash.h>
1414

15-
1615
/*
1716
* This code will walk over the declared sectors erasing them,
1817
* then programming them, then verifying the written contents.

post/drivers/memory.c

-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ DECLARE_GLOBAL_DATA_PTR;
157157
#warning "Injecting address line errors for testing purposes"
158158
#endif
159159

160-
161160
/*
162161
* This function performs a double word move from the data at
163162
* the source pointer to the location at the destination pointer.
@@ -199,7 +198,6 @@ const static unsigned long long pattern[] = {
199198
};
200199
const unsigned long long otherpattern = 0x0123456789abcdefULL;
201200

202-
203201
static int memory_post_dataline(unsigned long long * pmem)
204202
{
205203
unsigned long long temp64 = 0;

post/lib_powerpc/cpu_asm.h

-1
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,4 @@
203203
#define ASM_STSWI(rd, rs, simm) ASM_11IF(OP_STSWI, rd, rs, simm)
204204
#define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2)
205205

206-
207206
#endif /* _CPU_ASM_H */

post/tests.c

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ extern int sysmon_init_f (void);
4343

4444
extern void sysmon_reloc (void);
4545

46-
4746
struct post_test post_list[] =
4847
{
4948
#if CFG_POST & CFG_SYS_POST_OCM

0 commit comments

Comments
 (0)