Skip to content

Commit 462fb81

Browse files
committed
MIPS: CM: Fix indentation
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>
1 parent 63f7541 commit 462fb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/kernel/mips-cm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ void mips_cm_error_report(void)
382382
sc_bit ? "True" : "False",
383383
cm2_cmd[cmd_bits], sport_bits);
384384
}
385-
pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
386-
cm2_causes[cause], buf);
385+
pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
386+
cm2_causes[cause], buf);
387387
pr_err("CM_ADDR =%08llx\n", cm_addr);
388388
pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]);
389389
} else { /* CM3 */

0 commit comments

Comments
 (0)