MIPS: Whitespace cleanup.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / mips / include / asm / mach-cavium-octeon / irq.h
index 502bb1815ae8912c5341fc5826822e91cfdd0a2d..60fc4c347c44a222adafa54f05253506ec454b74 100644 (file)
@@ -51,8 +51,8 @@ enum octeon_irq {
 /* 256 - 511 represent the MSI interrupts 0-255 */
 #define OCTEON_IRQ_MSI_BIT0    (256)
 
-#define OCTEON_IRQ_MSI_LAST      (OCTEON_IRQ_MSI_BIT0 + 255)
-#define OCTEON_IRQ_LAST          (OCTEON_IRQ_MSI_LAST + 1)
+#define OCTEON_IRQ_MSI_LAST     (OCTEON_IRQ_MSI_BIT0 + 255)
+#define OCTEON_IRQ_LAST                 (OCTEON_IRQ_MSI_LAST + 1)
 #endif
 
 #endif