MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / mti-malta / malta-time.c
index 115f5bc0600332c25291483b0d451b4d7da07f0d..8607b0dd29f69c46d4cb2b8ca3c52a6e527aecd5 100644 (file)
@@ -95,7 +95,7 @@ static unsigned int __init estimate_cpu_frequency(void)
            (prid != (PRID_COMP_MIPS | PRID_IMP_25KF)))
                count *= 2;
 
-       count += 5000;    /* round */
+       count += 5000;    /* round */
        count -= count%10000;
 
        return count;
@@ -146,15 +146,15 @@ void __init plat_time_init(void)
 {
        unsigned int est_freq;
 
-        /* Set Data mode - binary. */
-        CMOS_WRITE(CMOS_READ(RTC_CONTROL) | RTC_DM_BINARY, RTC_CONTROL);
+       /* Set Data mode - binary. */
+       CMOS_WRITE(CMOS_READ(RTC_CONTROL) | RTC_DM_BINARY, RTC_CONTROL);
 
        est_freq = estimate_cpu_frequency();
 
        printk("CPU frequency %d.%02d MHz\n", est_freq/1000000,
               (est_freq%1000000)*100/1000000);
 
-        cpu_khz = est_freq / 1000;
+       cpu_khz = est_freq / 1000;
 
        mips_scroll_message();
 #ifdef CONFIG_I8253            /* Only Malta has a PIT */