[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180123151609.23555-1-luisbg@kernel.org>
Date: Tue, 23 Jan 2018 15:16:08 +0000
From: Luis de Bethencourt <luisbg@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Joe Perches <joe@...ches.com>, Vineet Gupta <vgupta@...opsys.com>,
Alexey Brodkin <Alexey.Brodkin@...opsys.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Noam Camus <noamca@...lanox.com>,
Vlad Zakharov <Vladislav.Zakharov@...opsys.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Michal Hocko <mhocko@...e.com>,
Stephen Boyd <sboyd@...eaurora.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-snps-arc@...ts.infradead.org,
Luis de Bethencourt <luisbg@...nel.org>
Subject: [PATCH 1/2] 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@...nel.org>
---
Hi,
After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches
suggested I fix it treewide [0].
Best regards
Luis
[0] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115410.html
[1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115390.html
arch/arc/kernel/unwind.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arc/kernel/unwind.c b/arch/arc/kernel/unwind.c
index 333daab7def0..183391d4d33a 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
--
2.15.1
Powered by blists - more mailing lists