From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932477AbcFIQOw (ORCPT ); Thu, 9 Jun 2016 12:14:52 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:36574 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932082AbcFIQOv (ORCPT ); Thu, 9 Jun 2016 12:14:51 -0400 Date: Thu, 9 Jun 2016 17:15:25 +0100 From: Lee Jones To: Ben Copeland Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch Message-ID: <20160609161525.GE5438@dell> References: <20160609152550.4314-1-ben.copeland@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160609152550.4314-1-ben.copeland@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Jun 2016, Ben Copeland wrote: > WARNING: please, no spaces at the start of a line > + { "tps6507x", 0 },$ > > WARNING: please, no spaces at the start of a line > + { }$ > > Signed-off-by: Ben Copeland > --- > drivers/mfd/tps6507x.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Congratulations, you are now a Kernel developer! > diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c > index 40beb2f..1f308c4 100644 > --- a/drivers/mfd/tps6507x.c > +++ b/drivers/mfd/tps6507x.c > @@ -105,8 +105,8 @@ static int tps6507x_i2c_probe(struct i2c_client *i2c, > } > > static const struct i2c_device_id tps6507x_i2c_id[] = { > - { "tps6507x", 0 }, > - { } > + { "tps6507x", 0 }, > + { } > }; > MODULE_DEVICE_TABLE(i2c, tps6507x_i2c_id); > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog