From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet.Gupta1@synopsys.com (Vineet Gupta) Date: Tue, 23 Jan 2018 11:13:55 -0800 Subject: [PATCH 1/2] ARC: dw2 unwind: Fix trailing semicolon In-Reply-To: <20180123151609.23555-1-luisbg@kernel.org> References: <20180123151609.23555-1-luisbg@kernel.org> List-ID: Message-ID: <28408fb8-7842-3c1a-e6cc-8564ca0a5743@synopsys.com> To: linux-snps-arc@lists.infradead.org On 01/23/2018 07:20 AM, Luis de Bethencourt wrote: > 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 Applied to for-curr Thx, -Vineet