MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / mm / fault.c
index ddcec1e1a0cd256df9db44404686a42a31e58947..0fead53d1c26b261affa89d00c1fa06844f9e602 100644 (file)
@@ -52,7 +52,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, unsigned long writ
 
 #ifdef CONFIG_KPROBES
        /*
-        * This is to notify the fault handler of the kprobes.  The
+        * This is to notify the fault handler of the kprobes.  The
         * exception code is redundant as it is also carried in REGS,
         * but we pass it anyhow.
         */
@@ -216,7 +216,7 @@ bad_area_nosemaphore:
        }
 
 no_context:
-       /* Are we prepared to handle this kernel fault?  */
+       /* Are we prepared to handle this kernel fault?  */
        if (fixup_exception(regs)) {
                current->thread.cp0_baduaddr = address;
                return;