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 1/3] iio: accel: kxcjk-1013: Add a blank line after declarations
Date: Thu, 01 Jan 2015 12:11:44 +0000 [thread overview]
Message-ID: <54A53980.8040708@kernel.org> (raw)
In-Reply-To: <1419965875-4298-2-git-send-email-roberta.dobrescu@gmail.com>
On 30/12/14 18:57, Roberta Dobrescu wrote:
> This patch fixes the following checkpatch.pl warning:
> WARNING: Missing a blank line after declarations
>
> Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Applied to the togreg branch of iio.git - initially pushed out
as testing for the autobuilders to play.
Thanks,
Jonathan
> ---
> drivers/iio/accel/kxcjk-1013.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c
> index da2fe93..b3a2da5 100644
> --- a/drivers/iio/accel/kxcjk-1013.c
> +++ b/drivers/iio/accel/kxcjk-1013.c
> @@ -1134,6 +1134,7 @@ static const char *kxcjk1013_match_acpi_device(struct device *dev,
> enum kx_chipset *chipset)
> {
> const struct acpi_device_id *id;
> +
> id = acpi_match_device(dev->driver->acpi_match_table, dev);
> if (!id)
> return NULL;
>
next prev parent reply other threads:[~2015-01-01 12:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-30 18:57 [PATCH 0/3] iio: accel: Fix checkpatch warnings Roberta Dobrescu
2014-12-30 18:57 ` [PATCH 1/3] iio: accel: kxcjk-1013: Add a blank line after declarations Roberta Dobrescu
2015-01-01 12:11 ` Jonathan Cameron [this message]
2014-12-30 18:57 ` [PATCH 2/3] iio: accel: mma8452: Remove trailing whitespace Roberta Dobrescu
2015-01-01 12:12 ` Jonathan Cameron
2014-12-30 18:57 ` [PATCH 3/3] iio: accel: Annotate Kconfig entries with module name information Roberta Dobrescu
2015-01-01 12:13 ` Jonathan Cameron
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=54A53980.8040708@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.