MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / kernel / smtc-proc.c
index 145771c0ed7a22be5f72584bfa0675f1c1078f70..aee7c8177b5df4a2e00cd24efad837f02a723921 100644 (file)
@@ -35,7 +35,7 @@ static struct proc_dir_entry *smtc_stats;
 atomic_t smtc_fpu_recoveries;
 
 static int proc_read_smtc(char *page, char **start, off_t off,
-                          int count, int *eof, void *data)
+                         int count, int *eof, void *data)
 {
        int totalen = 0;
        int len;
@@ -68,7 +68,7 @@ static int proc_read_smtc(char *page, char **start, off_t off,
                page += len;
        }
        len = sprintf(page, "%d Recoveries of \"stolen\" FPU\n",
-                     atomic_read(&smtc_fpu_recoveries));
+                     atomic_read(&smtc_fpu_recoveries));
        totalen += len;
        page += len;
 
@@ -87,5 +87,5 @@ void init_smtc_stats(void)
        atomic_set(&smtc_fpu_recoveries, 0);
 
        smtc_stats = create_proc_read_entry("smtc", 0444, NULL,
-                                           proc_read_smtc, NULL);
+                                           proc_read_smtc, NULL);
 }