Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755159AbcJMLni (ORCPT ); Thu, 13 Oct 2016 07:43:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:54964 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753878AbcJMLnD (ORCPT ); Thu, 13 Oct 2016 07:43:03 -0400 Date: Thu, 13 Oct 2016 13:40:29 +0200 From: Jean Delvare To: Carlos Palminha Cc: , , Subject: Re: [PATCH 0/5] i2c: i2c-piix4: set of coding style fixes Message-ID: <20161013134029.1828048b@endymion> In-Reply-To: <20161011172441.7422-1-palminha@synopsys.com> References: <20161011172441.7422-1-palminha@synopsys.com> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 25 Hi Carlos, On Tue, 11 Oct 2016 18:24:36 +0100, Carlos Palminha wrote: > This patchset fixes several coding style issues. > > Carlos Palminha (5): > i2c: i2c-piix4: coding style fix - '*' adjacent to data name > i2c: i2c-piix4: coding style fix - assignment in if condition > i2c: i2c-piix4: coding style fix - long comments blocks > i2c: i2c-piix4: coding style fix - spaces with open parenthesis > i2c: i2c-piix4: coding style fix - quoted string split across lines > > drivers/i2c/busses/i2c-piix4.c | 144 +++++++++++++++++++++++------------------ > 1 file changed, 82 insertions(+), 62 deletions(-) Except for the two issues which were already pointed out, I'm fine with these changes, however there is no good reason to split them into 5 separate patches. Fixing the coding style is one goal, it should be all done with a single patch. So, when you resubmit, please do so as a single patch. Thanks, -- Jean Delvare SUSE L3 Support