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:
8ff3afc
)
ARC: dw2 unwind: Fix trailing semicolon
author
Luis de Bethencourt
<luisbg@kernel.org>
Tue, 23 Jan 2018 15:16:08 +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/unwind.c
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/unwind.c
b/arch/arc/kernel/unwind.c
index 333daab7def028761478b4215bf7f50335d4f05d..183391d4d33a4138d04418da4b90d61efe38c6c4 100644
(file)
--- a/
arch/arc/kernel/unwind.c
+++ b/
arch/arc/kernel/unwind.c
@@
-366,7
+366,7
@@
static void init_unwind_hdr(struct unwind_table *table,
return;
ret_err:
- panic("Attention !!! Dwarf FDE parsing errors\n");
;
+ panic("Attention !!! Dwarf FDE parsing errors\n");
}
#ifdef CONFIG_MODULES