Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759913AbeAIQw3 (ORCPT + 1 other); Tue, 9 Jan 2018 11:52:29 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51623 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751927AbeAIQw2 (ORCPT ); Tue, 9 Jan 2018 11:52:28 -0500 X-ME-Sender: Subject: Re: [PATCH v2] staging: rtl8723bs: Fix trailing semicolon To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Arnd Bergmann , Hans de Goede , Bastien Nocera , Joe Perches , Larry Finger References: <20180109161701.27411-1-luisbg@kernel.org> <20180109164630.GB7802@kroah.com> From: Luis de Bethencourt Message-ID: Date: Tue, 9 Jan 2018 16:52:25 +0000 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: <20180109164630.GB7802@kroah.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/09/2018 04:46 PM, Greg Kroah-Hartman wrote: > On Tue, Jan 09, 2018 at 04:17:01PM +0000, Luis de Bethencourt wrote: >> Fix trailing semicolon. > > Please be more explicit. That says what it does, but not _why_ :) > After walking around with my head down in shame I sent a new version. Thanks! Luis