ARM: iop: Fix indentation
authorJungseung Lee <js07.lee@samsung.com>
Thu, 7 Jul 2016 16:00:20 +0000 (18:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Jul 2016 16:06:40 +0000 (18:06 +0200)
Fix indentation in iop3xx_std_desc

Signed-off-by: Jungseung Lee <js07.lee@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/plat-iop/setup.c

index 5b217f4..8151bde 100644 (file)
  * the IOP3xx OCCDR must be mapped uncached and unbuffered.
  */
 static struct map_desc iop3xx_std_desc[] __initdata = {
-        {      /* mem mapped registers */
+             /* mem mapped registers */
                .virtual        = IOP3XX_PERIPHERAL_VIRT_BASE,
                .pfn            = __phys_to_pfn(IOP3XX_PERIPHERAL_PHYS_BASE),
                .length         = IOP3XX_PERIPHERAL_SIZE,
                .type           = MT_UNCACHED,
-        },
+       },
 };
 
 void __init iop3xx_map_io(void)