summaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@kernel.org>2018-01-23 15:16:08 +0000
committerVineet Gupta <vgupta@synopsys.com>2018-01-23 11:12:28 -0800
commit7d82c5fa057c813d13e1f828f779727214573723 (patch)
treeed34cf1895dc91b2bb158fdae3c5c9c1b4e07b8d /arch/arc
parent8ff3afc159f26e44471e174077e6d16cd2a2bb91 (diff)
downloadop-kernel-dev-7d82c5fa057c813d13e1f828f779727214573723.zip
op-kernel-dev-7d82c5fa057c813d13e1f828f779727214573723.tar.gz
ARC: dw2 unwind: Fix trailing semicolon
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>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/kernel/unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/unwind.c b/arch/arc/kernel/unwind.c
index 333daab..183391d 100644
--- 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
OpenPOWER on IntegriCloud