Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754778AbcJMLqH (ORCPT ); Thu, 13 Oct 2016 07:46:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:55554 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755324AbcJMLn6 (ORCPT ); Thu, 13 Oct 2016 07:43:58 -0400 Date: Thu, 13 Oct 2016 13:30:52 +0200 From: Jean Delvare To: Carlos Palminha Cc: , , Subject: Re: [PATCH 3/5] i2c: i2c-piix4: coding style fix - long comments blocks Message-ID: <20161013133052.3e2296d1@endymion> In-Reply-To: <20161011172441.7422-4-palminha@synopsys.com> References: <20161011172441.7422-1-palminha@synopsys.com> <20161011172441.7422-4-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: 1559 Lines: 47 Hi Carlos, On Tue, 11 Oct 2016 18:24:39 +0100, Carlos Palminha wrote: > Signed-off-by: Carlos Palminha > --- > drivers/i2c/busses/i2c-piix4.c | 94 ++++++++++++++++++++++++------------------ > 1 file changed, 54 insertions(+), 40 deletions(-) > > diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c > index 5d6f637..85b1052 100644 > --- a/drivers/i2c/busses/i2c-piix4.c > +++ b/drivers/i2c/busses/i2c-piix4.c > (...) > /* > - Supports: > - Intel PIIX4, 440MX > - Serverworks OSB4, CSB5, CSB6, HT-1000, HT-1100 > - ATI IXP200, IXP300, IXP400, SB600, SB700/SP5100, SB800 > - AMD Hudson-2, ML, CZ > - SMSC Victory66 > - > - Note: we assume there can only be one device, with one or more > - SMBus interfaces. > - The device can register multiple i2c_adapters (up to PIIX4_MAX_ADAPTERS). > - For devices supporting multiple ports the i2c_adapter should provide > - an i2c_algorithm to access them. > -*/ > + * Supports: > + * Intel PIIX4, 440MX > + * Serverworks OSB4, CSB5, CSB6, HT-1000, HT-1100 > + * ATI IXP200, IXP300, IXP400, SB600, SB700/SP5100, SB800 > + * AMD Hudson-2, ML, CZ > + * SMSC Victory66 > + * > + * Note: we assume there can only be one device, with one or more There's an extra space before "Note:", please remove. > + * SMBus interfaces. > + * The device can register multiple i2c_adapters (up to PIIX4_MAX_ADAPTERS). > + * For devices supporting multiple ports the i2c_adapter should provide > + * an i2c_algorithm to access them. > + */ -- Jean Delvare SUSE L3 Support