Skip to content

Commit 6176d8e

Browse files
Jungseung-Leearndb
authored andcommitted
ARM: iop: Fix indentation
Fix indentation in iop3xx_std_desc Signed-off-by: Jungseung Lee <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 8ec3dc2 commit 6176d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/plat-iop/setup.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
* the IOP3xx OCCDR must be mapped uncached and unbuffered.
2121
*/
2222
static struct map_desc iop3xx_std_desc[] __initdata = {
23-
{ /* mem mapped registers */
23+
{ /* mem mapped registers */
2424
.virtual = IOP3XX_PERIPHERAL_VIRT_BASE,
2525
.pfn = __phys_to_pfn(IOP3XX_PERIPHERAL_PHYS_BASE),
2626
.length = IOP3XX_PERIPHERAL_SIZE,
2727
.type = MT_UNCACHED,
28-
},
28+
},
2929
};
3030

3131
void __init iop3xx_map_io(void)

0 commit comments

Comments
 (0)