MIPS: CM: Fix indentation
authorPaul Burton <paul.burton@mips.com>
Fri, 15 Feb 2019 22:22:44 +0000 (14:22 -0800)
committerPaul Burton <paul.burton@mips.com>
Fri, 15 Feb 2019 22:22:44 +0000 (14:22 -0800)
mips_cm_error_report() contains a function call that's incorrectly
indented a level further than it ought to be. Remove a tab from the
start of both affected lines.

Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/kernel/mips-cm.c

index 8f5bd04..8c999af 100644 (file)
@@ -382,8 +382,8 @@ void mips_cm_error_report(void)
                                 sc_bit ? "True" : "False",
                                 cm2_cmd[cmd_bits], sport_bits);
                }
-                       pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
-                              cm2_causes[cause], buf);
+               pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
+                      cm2_causes[cause], buf);
                pr_err("CM_ADDR =%08llx\n", cm_addr);
                pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]);
        } else { /* CM3 */