public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Ben Copeland <ben.copeland@linaro.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] mfd: tps6507: Fix white space warnings reported by checkpatch
Date: Thu, 9 Jun 2016 17:15:25 +0100	[thread overview]
Message-ID: <20160609161525.GE5438@dell> (raw)
In-Reply-To: <20160609152550.4314-1-ben.copeland@linaro.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 <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

      reply	other threads:[~2016-06-09 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160609161525.GE5438@dell \
    --to=lee.jones@linaro.org \
    --cc=ben.copeland@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox