MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / netlogic / common / irq.c
index 00dcc7a2bc5a5d912a60274e36958af8a1ba86d9..780832e391ff04b93548427df93d45f81c312ec6 100644 (file)
@@ -69,7 +69,7 @@
 #else
 #define SMP_IRQ_MASK   0
 #endif
-#define PERCPU_IRQ_MASK        (SMP_IRQ_MASK | (1ull << IRQ_TIMER) | \
+#define PERCPU_IRQ_MASK (SMP_IRQ_MASK | (1ull << IRQ_TIMER) | \
                                (1ull << IRQ_FMN))
 
 struct nlm_pic_irq {
@@ -107,7 +107,7 @@ static void xlp_pic_mask_ack(struct irq_data *d)
        struct nlm_pic_irq *pd = irq_data_get_irq_handler_data(d);
        uint64_t mask = 1ull << pd->picirq;
 
-       write_c0_eirr(mask);            /* ack by writing EIRR */
+       write_c0_eirr(mask);            /* ack by writing EIRR */
 }
 
 static void xlp_pic_unmask(struct irq_data *d)