From: Jonathan Cameron <jic23@kernel.org>
To: Roberta Dobrescu <roberta.dobrescu@gmail.com>, linux-iio@vger.kernel.org
Cc: octavian.purdila@intel.com, daniel.baluta@intel.com,
lars@metafoo.de, Michael.Hennerich@analog.com, knaack.h@gmx.de,
pmeerw@pmeerw.net
Subject: Re: [PATCH 2/2] iio: light: lm3533-als: Remove space before ','
Date: Thu, 01 Jan 2015 12:14:58 +0000 [thread overview]
Message-ID: <54A53A42.3070107@kernel.org> (raw)
In-Reply-To: <1419965330-4102-3-git-send-email-roberta.dobrescu@gmail.com>
On 30/12/14 18:48, Roberta Dobrescu wrote:
> This patch fixes the following checkpatch.pl error:
> ERROR: space prohibited before that ',' (ctx:WxE)
>
> Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Applied.
> ---
> drivers/iio/light/lm3533-als.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/light/lm3533-als.c b/drivers/iio/light/lm3533-als.c
> index ae3c71b..076bc46 100644
> --- a/drivers/iio/light/lm3533-als.c
> +++ b/drivers/iio/light/lm3533-als.c
> @@ -657,7 +657,7 @@ static ALS_HYSTERESIS_ATTR_RO(3);
> #define ILLUMINANCE_ATTR_RO(_name) \
> DEVICE_ATTR(in_illuminance0_##_name, S_IRUGO, show_##_name, NULL)
> #define ILLUMINANCE_ATTR_RW(_name) \
> - DEVICE_ATTR(in_illuminance0_##_name, S_IRUGO | S_IWUSR , \
> + DEVICE_ATTR(in_illuminance0_##_name, S_IRUGO | S_IWUSR, \
> show_##_name, store_##_name)
> /*
> * ALS Zone threshold-event enable
>
prev parent reply other threads:[~2015-01-01 12:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-30 18:48 [PATCH 0/2] Fix checkpatch warnings Roberta Dobrescu
2014-12-30 18:48 ` [PATCH 1/2] iio: light: Annotate Kconfig entry with module name information Roberta Dobrescu
2015-01-01 12:14 ` Jonathan Cameron
2014-12-30 18:48 ` [PATCH 2/2] iio: light: lm3533-als: Remove space before ',' Roberta Dobrescu
2015-01-01 12:14 ` Jonathan Cameron [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=54A53A42.3070107@kernel.org \
--to=jic23@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=daniel.baluta@intel.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=octavian.purdila@intel.com \
--cc=pmeerw@pmeerw.net \
--cc=roberta.dobrescu@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.