MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / kernel / r4k_switch.S
index 8decdfacb448c18540e85b8bc516ba39ecba38d9..5e51219990aa03d5617459c818b96748b787a510 100644 (file)
@@ -40,7 +40,7 @@
 
 /*
  * task_struct *resume(task_struct *prev, task_struct *next,
- *                     struct thread_info *next_ti, int usedfpu)
+ *                    struct thread_info *next_ti, int usedfpu)
  */
        .align  5
        LEAF(resume)
@@ -53,7 +53,7 @@
         * check if we need to save FPU registers
         */
 
-       beqz    a3, 1f
+       beqz    a3, 1f
 
        PTR_L   t3, TASK_THREAD_INFO(a0)
        /*