projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d82c5f
)
ARC: boot log: Fix trailing semicolon
author
Luis de Bethencourt
<luisbg@kernel.org>
Tue, 23 Jan 2018 15:16:09 +0000
(15:16 +0000)
committer
Vineet Gupta
<vgupta@synopsys.com>
Tue, 23 Jan 2018 19:12:28 +0000
(11:12 -0800)
The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.
Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/setup.c
b/arch/arc/kernel/setup.c
index 9d27331fe69a0eb441b34e51324138ef375070b0..ec12fe1c2f07334d01735376af9b839a89012234 100644
(file)
--- a/
arch/arc/kernel/setup.c
+++ b/
arch/arc/kernel/setup.c
@@
-373,7
+373,7
@@
static void arc_chk_core_config(void)
{
struct cpuinfo_arc *cpu = &cpuinfo_arc700[smp_processor_id()];
int saved = 0, present = 0;
- char *opt_nm = NULL;
;
+ char *opt_nm = NULL;
if (!cpu->extn.timer0)
panic("Timer0 is not present!\n");