MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / kernel / cevt-txx9.c
index e5c30b1d0860f5e1e669070619833f4605cfef1c..2ae08462e46e935acce52941965dae24094907ac 100644 (file)
@@ -4,7 +4,7 @@
  * for more details.
  *
  * Based on linux/arch/mips/kernel/cevt-r4k.c,
- *          linux/arch/mips/jmr3927/rbhma3100/setup.c
+ *         linux/arch/mips/jmr3927/rbhma3100/setup.c
  *
  * Copyright 2001 MontaVista Software Inc.
  * Copyright (C) 2000-2001 Toshiba Corporation
@@ -129,7 +129,7 @@ static struct txx9_clock_event_device txx9_clock_event_device = {
                                  CLOCK_EVT_FEAT_ONESHOT,
                .rating         = 200,
                .set_mode       = txx9tmr_set_mode,
-               .set_next_event = txx9tmr_set_next_event,
+               .set_next_event = txx9tmr_set_next_event,
        },
 };
 
@@ -139,7 +139,7 @@ static irqreturn_t txx9tmr_interrupt(int irq, void *dev_id)
        struct clock_event_device *cd = &txx9_cd->cd;
        struct txx9_tmr_reg __iomem *tmrptr = txx9_cd->tmrptr;
 
-       __raw_writel(0, &tmrptr->tisr); /* ack interrupt */
+       __raw_writel(0, &tmrptr->tisr); /* ack interrupt */
        cd->event_handler(cd);
        return IRQ_HANDLED;
 }