All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
	Roberta Dobrescu <roberta.dobrescu@gmail.com>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"octavian.purdila@intel.com" <octavian.purdila@intel.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Michael.Hennerich@analog.com, Hartmut Knaack <knaack.h@gmx.de>,
	Peter Meerwald <pmeerw@pmeerw.net>
Subject: Re: [PATCH] iio: trigger: Add a blank line after declarations
Date: Fri, 26 Dec 2014 12:16:31 +0000	[thread overview]
Message-ID: <549D519F.1020300@kernel.org> (raw)
In-Reply-To: <CAEnQRZBcrBgBCL_hT11=vdgODN0qWrjp=XdR=OzPoyQpYrX4bA@mail.gmail.com>

On 16/12/14 11:25, Daniel Baluta wrote:
> On Tue, Dec 16, 2014 at 11:16 AM, Roberta Dobrescu
> <roberta.dobrescu@gmail.com> 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>
> 
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Applied to the togreg branch of iio.git - initially pushed out
as testing for the autobuilders to play with it.

Jonathan
> 
>> ---
>>  drivers/iio/trigger/iio-trig-sysfs.c | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/iio/trigger/iio-trig-sysfs.c b/drivers/iio/trigger/iio-trig-sysfs.c
>> index 254c7e9..3dfab2b 100644
>> --- a/drivers/iio/trigger/iio-trig-sysfs.c
>> +++ b/drivers/iio/trigger/iio-trig-sysfs.c
>> @@ -135,6 +135,7 @@ static int iio_sysfs_trigger_probe(int id)
>>         struct iio_sysfs_trig *t;
>>         int ret;
>>         bool foundit = false;
>> +
>>         mutex_lock(&iio_sysfs_trig_list_mut);
>>         list_for_each_entry(t, &iio_sysfs_trig_list, l)
>>                 if (id == t->id) {
>> @@ -185,6 +186,7 @@ static int iio_sysfs_trigger_remove(int id)
>>  {
>>         bool foundit = false;
>>         struct iio_sysfs_trig *t;
>> +
>>         mutex_lock(&iio_sysfs_trig_list_mut);
>>         list_for_each_entry(t, &iio_sysfs_trig_list, l)
>>                 if (id == t->id) {
>> --
>> 1.9.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


      reply	other threads:[~2014-12-26 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-16  9:16 [PATCH] iio: trigger: Add a blank line after declarations Roberta Dobrescu
2014-12-16 11:25 ` Daniel Baluta
2014-12-26 12:16   ` 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=549D519F.1020300@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.