Skip to content

Commit 93e1459

Browse files
wdenxtrini
authored andcommitted
Coding Style cleanup: replace leading SPACEs by TABs
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini <trini@ti.com>
1 parent 3765b3e commit 93e1459

116 files changed

Lines changed: 506 additions & 506 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MAKEALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ usage()
3838
BUILD_NCPUS number of parallel make jobs (default: auto)
3939
CROSS_COMPILE cross-compiler toolchain prefix (default: "")
4040
CROSS_COMPILE_<ARCH> cross-compiler toolchain prefix for
41-
architecture "ARCH". Substitute "ARCH" for any
42-
supported architecture (default: "")
41+
architecture "ARCH". Substitute "ARCH" for any
42+
supported architecture (default: "")
4343
MAKEALL_LOGDIR output all logs to here (default: ./LOG/)
4444
BUILD_DIR output build directory (default: ./)
4545
BUILD_NBUILDS number of parallel targets (default: 1)

README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -944,10 +944,10 @@ The following options need to be configured:
944944

945945
- Regular expression support:
946946
CONFIG_REGEX
947-
If this variable is defined, U-Boot is linked against
948-
the SLRE (Super Light Regular Expression) library,
949-
which adds regex support to some commands, as for
950-
example "env grep" and "setexpr".
947+
If this variable is defined, U-Boot is linked against
948+
the SLRE (Super Light Regular Expression) library,
949+
which adds regex support to some commands, as for
950+
example "env grep" and "setexpr".
951951

952952
- Device tree:
953953
CONFIG_OF_CONTROL
@@ -1096,8 +1096,8 @@ The following options need to be configured:
10961096
devices.
10971097
CONFIG_SYS_SCSI_SYM53C8XX_CCF to fix clock timing (80Mhz)
10981098

1099-
The environment variable 'scsidevs' is set to the number of
1100-
SCSI devices found during the last scan.
1099+
The environment variable 'scsidevs' is set to the number of
1100+
SCSI devices found during the last scan.
11011101

11021102
- NETWORK Support (PCI):
11031103
CONFIG_E1000
@@ -1987,7 +1987,7 @@ CBFS (Coreboot Filesystem) support
19871987
offset CONFIG_SYS_FSL_I2C_SPEED for the i2c speed and
19881988
CONFIG_SYS_FSL_I2C_SLAVE for the slave addr of the first
19891989
bus.
1990-
- If your board supports a second fsl i2c bus, define
1990+
- If your board supports a second fsl i2c bus, define
19911991
CONFIG_SYS_FSL_I2C2_OFFSET for the register offset
19921992
CONFIG_SYS_FSL_I2C2_SPEED for the speed and
19931993
CONFIG_SYS_FSL_I2C2_SLAVE for the slave address of the
@@ -3191,9 +3191,9 @@ FIT uImage format:
31913191
CONFIG_TPL_PAD_TO
31923192
Image offset to which the TPL should be padded before appending
31933193
the TPL payload. By default, this is defined as
3194-
CONFIG_SPL_MAX_SIZE, or 0 if CONFIG_SPL_MAX_SIZE is undefined.
3195-
CONFIG_SPL_PAD_TO must be either 0, meaning to append the SPL
3196-
payload without any padding, or >= CONFIG_SPL_MAX_SIZE.
3194+
CONFIG_SPL_MAX_SIZE, or 0 if CONFIG_SPL_MAX_SIZE is undefined.
3195+
CONFIG_SPL_PAD_TO must be either 0, meaning to append the SPL
3196+
payload without any padding, or >= CONFIG_SPL_MAX_SIZE.
31973197

31983198
Modem Support:
31993199
--------------

arch/arm/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717

1818
LDFLAGS_FINAL += --gc-sections
1919
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
20-
-fno-common -ffixed-r9 -msoft-float
20+
-fno-common -ffixed-r9 -msoft-float
2121

2222
# Support generic board on ARM
2323
__HAVE_ARCH_GENERIC_BOARD := y

arch/arm/cpu/armv7/mx5/lowlevel_init.S

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
/* reconfigure L2 cache aux control reg */
3333
ldr r0, =0xC0 | /* tag RAM */ \
34-
0x4 | /* data RAM */ \
35-
1 << 24 | /* disable write allocate delay */ \
36-
1 << 23 | /* disable write allocate combine */ \
37-
1 << 22 /* disable write allocate */
34+
0x4 | /* data RAM */ \
35+
1 << 24 | /* disable write allocate delay */ \
36+
1 << 23 | /* disable write allocate combine */ \
37+
1 << 22 /* disable write allocate */
3838

3939
#if defined(CONFIG_MX51)
4040
ldr r3, [r4, #ROM_SI_REV]
@@ -290,20 +290,20 @@ setup_pll_func:
290290

291291
setup_pll PLL1_BASE_ADDR, 800
292292

293-
setup_pll PLL3_BASE_ADDR, 400
293+
setup_pll PLL3_BASE_ADDR, 400
294294

295-
/* Switch peripheral to PLL3 */
296-
ldr r0, =CCM_BASE_ADDR
297-
ldr r1, =0x00015154
298-
str r1, [r0, #CLKCTL_CBCMR]
299-
ldr r1, =0x02898945
300-
str r1, [r0, #CLKCTL_CBCDR]
301-
/* make sure change is effective */
295+
/* Switch peripheral to PLL3 */
296+
ldr r0, =CCM_BASE_ADDR
297+
ldr r1, =0x00015154
298+
str r1, [r0, #CLKCTL_CBCMR]
299+
ldr r1, =0x02898945
300+
str r1, [r0, #CLKCTL_CBCDR]
301+
/* make sure change is effective */
302302
1: ldr r1, [r0, #CLKCTL_CDHIPR]
303-
cmp r1, #0x0
304-
bne 1b
303+
cmp r1, #0x0
304+
bne 1b
305305

306-
setup_pll PLL2_BASE_ADDR, 400
306+
setup_pll PLL2_BASE_ADDR, 400
307307

308308
/* Switch peripheral to PLL2 */
309309
ldr r0, =CCM_BASE_ADDR
@@ -324,7 +324,7 @@ setup_pll_func:
324324
cmp r1, #0x0
325325
bne 1b
326326

327-
setup_pll PLL3_BASE_ADDR, 216
327+
setup_pll PLL3_BASE_ADDR, 216
328328

329329
setup_pll PLL4_BASE_ADDR, 455
330330

@@ -358,13 +358,13 @@ setup_pll_func:
358358
str r1, [r0, #CLKCTL_CCGR6]
359359
str r1, [r0, #CLKCTL_CCGR7]
360360

361-
mov r1, #0x00000
362-
str r1, [r0, #CLKCTL_CCDR]
361+
mov r1, #0x00000
362+
str r1, [r0, #CLKCTL_CCDR]
363363

364-
/* for cko - for ARM div by 8 */
365-
mov r1, #0x000A0000
366-
add r1, r1, #0x00000F0
367-
str r1, [r0, #CLKCTL_CCOSR]
364+
/* for cko - for ARM div by 8 */
365+
mov r1, #0x000A0000
366+
add r1, r1, #0x00000F0
367+
str r1, [r0, #CLKCTL_CCOSR]
368368

369369
#endif /* CONFIG_MX53 */
370370
.endm

arch/arm/dts/exynos5250.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
reg = <0x12d40000 0x30>;
141141
clock-frequency = <50000000>;
142142
interrupts = <0 70 0>;
143-
};
143+
};
144144

145145
spi@131a0000 {
146146
#address-cells = <1>;

arch/arm/lib/relocate.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ relocate_done:
6666
/* ARMv4- don't know bx lr but the assembler fails to see that */
6767

6868
#ifdef __ARM_ARCH_4__
69-
mov pc, lr
69+
mov pc, lr
7070
#else
71-
bx lr
71+
bx lr
7272
#endif
7373

7474
ENDPROC(relocate_code)

arch/blackfin/cpu/traps.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ static void decode_address(char *buf, unsigned long address)
261261
if (!address)
262262
sprintf(buf, "<0x%p> /* Maybe null pointer? */", paddr);
263263
else if (address >= CONFIG_SYS_MONITOR_BASE &&
264-
address < CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
264+
address < CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
265265
sprintf(buf, "<0x%p> /* somewhere in u-boot */", paddr);
266266
else
267267
sprintf(buf, "<0x%p> /* unknown address */", paddr);

arch/blackfin/include/asm/mach-common/bits/lockbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typedef struct SESR_args {
1616
unsigned long ulMessageSize; /* message length in bytes */
1717
unsigned long ulSFEntryPoint; /* entry point of secure function */
1818
unsigned long ulMessagePtr; /* pointer to the buffer containing
19-
the digital signature and message */
19+
the digital signature and message */
2020
unsigned long ulReserved1; /* reserved */
2121
unsigned long ulReserved2; /* reserved */
2222
} tSESR_args;

arch/m68k/lib/traps.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern void _int_handler(void);
2020
static void show_frame(struct pt_regs *fp)
2121
{
2222
printf ("Vector Number: %d Format: %02x Fault Status: %01x\n\n", (fp->vector & 0x3fc) >> 2,
23-
fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8));
23+
fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8));
2424
printf ("PC: %08lx SR: %08lx SP: %08lx\n", fp->pc, (long) fp->sr, (long) fp);
2525
printf ("D0: %08lx D1: %08lx D2: %08lx D3: %08lx\n",
2626
fp->d0, fp->d1, fp->d2, fp->d3);

arch/nios2/cpu/epcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ void do_epcs_info (struct epcs_devinfo_t *dev, int argc, char * const argv[])
475475
printf ("status: 0x%02x (WIP:%d, WEL:%d, PROT:%s)\n",
476476
stat,
477477
(stat & EPCS_STATUS_WIP) ? 1 : 0,
478-
(stat & EPCS_STATUS_WEL) ? 1 : 0,
478+
(stat & EPCS_STATUS_WEL) ? 1 : 0,
479479
(stat & dev->prot_mask) ? "on" : "off" );
480480

481481
/* Configuration */

0 commit comments

Comments
 (0)