linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch
@ 2016-06-09 15:25 Ben Copeland
  2016-06-09 16:15 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Copeland @ 2016-06-09 15:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: lee.jones, Ben Copeland

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 <ben.copeland@linaro.org>
---
 drivers/mfd/tps6507x.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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);
 
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch
  2016-06-09 15:25 [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch Ben Copeland
@ 2016-06-09 16:15 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2016-06-09 16:15 UTC (permalink / raw)
  To: Ben Copeland; +Cc: linux-kernel

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 <ben.copeland@linaro.org>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-09 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 15:25 [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch Ben Copeland
2016-06-09 16:15 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).