MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / kernel / process.c
index a11c6f9fdd5e0f2e05b306936cb98464f88a130d..902e7803fcfa4a38c7ed8b47c611db290cd41931 100644 (file)
@@ -154,8 +154,8 @@ int copy_thread(unsigned long clone_flags, unsigned long usp,
                return 0;
        }
        *childregs = *regs;
-       childregs->regs[7] = 0; /* Clear error flag */
-       childregs->regs[2] = 0; /* Child gets zero as return value */
+       childregs->regs[7] = 0; /* Clear error flag */
+       childregs->regs[2] = 0; /* Child gets zero as return value */
        childregs->regs[29] = usp;
        ti->addr_limit = USER_DS;