aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/proc-feroceon.S
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2008-05-10 10:30:01 -0400
committerLennert Buytenhek <buytenh@marvell.com>2008-06-22 16:44:39 -0400
commite7068ad337a991fba627148a4a57939fdc1e6a2d (patch)
tree6fcfe2a48ffe83b8ccb9539333ee6c2b60d779d7 /arch/arm/mm/proc-feroceon.S
parentf91a8dcc25398c5d708056de081d6cebf3f2023e (diff)
[ARM] Orion: fix various whitespace and coding style issues
More cosmetic cleanup: - Replace 8-space indents by proper tab indents. - In structure initialisers, use a trailing comma for every member. - Collapse "},\n{" in structure initialiers to "}, {". Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-feroceon.S')
-rw-r--r--arch/arm/mm/proc-feroceon.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mm/proc-feroceon.S b/arch/arm/mm/proc-feroceon.S
index a02c1712b52d..4bedbd838f8f 100644
--- a/arch/arm/mm/proc-feroceon.S
+++ b/arch/arm/mm/proc-feroceon.S
@@ -423,13 +423,13 @@ cpu_feroceon_name:
423__feroceon_old_id_proc_info: 423__feroceon_old_id_proc_info:
424 .long 0x41069260 424 .long 0x41069260
425 .long 0xfffffff0 425 .long 0xfffffff0
426 .long PMD_TYPE_SECT | \ 426 .long PMD_TYPE_SECT | \
427 PMD_SECT_BUFFERABLE | \ 427 PMD_SECT_BUFFERABLE | \
428 PMD_SECT_CACHEABLE | \ 428 PMD_SECT_CACHEABLE | \
429 PMD_BIT4 | \ 429 PMD_BIT4 | \
430 PMD_SECT_AP_WRITE | \ 430 PMD_SECT_AP_WRITE | \
431 PMD_SECT_AP_READ 431 PMD_SECT_AP_READ
432 .long PMD_TYPE_SECT | \ 432 .long PMD_TYPE_SECT | \
433 PMD_BIT4 | \ 433 PMD_BIT4 | \
434 PMD_SECT_AP_WRITE | \ 434 PMD_SECT_AP_WRITE | \
435 PMD_SECT_AP_READ 435 PMD_SECT_AP_READ
@@ -449,13 +449,13 @@ __feroceon_old_id_proc_info:
449__feroceon_proc_info: 449__feroceon_proc_info:
450 .long 0x56055310 450 .long 0x56055310
451 .long 0xfffffff0 451 .long 0xfffffff0
452 .long PMD_TYPE_SECT | \ 452 .long PMD_TYPE_SECT | \
453 PMD_SECT_BUFFERABLE | \ 453 PMD_SECT_BUFFERABLE | \
454 PMD_SECT_CACHEABLE | \ 454 PMD_SECT_CACHEABLE | \
455 PMD_BIT4 | \ 455 PMD_BIT4 | \
456 PMD_SECT_AP_WRITE | \ 456 PMD_SECT_AP_WRITE | \
457 PMD_SECT_AP_READ 457 PMD_SECT_AP_READ
458 .long PMD_TYPE_SECT | \ 458 .long PMD_TYPE_SECT | \
459 PMD_BIT4 | \ 459 PMD_BIT4 | \
460 PMD_SECT_AP_WRITE | \ 460 PMD_SECT_AP_WRITE | \
461 PMD_SECT_AP_READ 461 PMD_SECT_AP_READ