projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f7541
)
MIPS: CM: Fix indentation
author
Paul Burton
<paul.burton@mips.com>
Fri, 15 Feb 2019 22:22:44 +0000
(14:22 -0800)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/mips-cm.c
b/arch/mips/kernel/mips-cm.c
index 8f5bd04f320a90be3861dd75664fdead350655a3..8c999afef0b55f1d70c82842b0237a89d0100140 100644
(file)
--- a/
arch/mips/kernel/mips-cm.c
+++ b/
arch/mips/kernel/mips-cm.c
@@
-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 */