From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751969AbeAWTOJ (ORCPT ); Tue, 23 Jan 2018 14:14:09 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:43930 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbeAWTOI (ORCPT ); Tue, 23 Jan 2018 14:14:08 -0500 Subject: Re: [PATCH 1/2] ARC: dw2 unwind: Fix trailing semicolon To: Luis de Bethencourt , "linux-kernel@vger.kernel.org" CC: Joe Perches , Vineet Gupta , Alexey Brodkin , Andrew Morton , Noam Camus , Vlad Zakharov , Daniel Lezcano , Michal Hocko , Stephen Boyd , Masahiro Yamada , "linux-snps-arc@lists.infradead.org" References: <20180123151609.23555-1-luisbg@kernel.org> From: Vineet Gupta Message-ID: <28408fb8-7842-3c1a-e6cc-8564ca0a5743@synopsys.com> Date: Tue, 23 Jan 2018 11:13:55 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180123151609.23555-1-luisbg@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.10.161.84] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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