MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / mti-sead3 / sead3-pic32-bus.c
index 9f0d89bc800e519a9210d37cc4e44889a28ce332..eb2bf936d102b3a410a419bf341493d4177108dc 100644 (file)
 #define PIC32_SYSRD    0x02
 #define PIC32_WR       0x10
 #define PIC32_SYSWR    0x20
-#define PIC32_IRQ_CLR   0x40
+#define PIC32_IRQ_CLR  0x40
 #define PIC32_STATUS   0x80
 
-#define DELAY()        udelay(100)     /* FIXME: needed? */
+#define DELAY() udelay(100)    /* FIXME: needed? */
 
 /* spinlock to ensure atomic access to PIC32 */
 static DEFINE_SPINLOCK(pic32_bus_lock);
 
 /* FIXME: io_remap these */
-static void __iomem *bus_xfer   = (void __iomem *)0xbf000600;
+static void __iomem *bus_xfer  = (void __iomem *)0xbf000600;
 static void __iomem *bus_status = (void __iomem *)0xbf000060;
 
 static inline unsigned int ioready(void)