All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: Chandra S Gorentla <csgorentla@gmail.com>, gregkh@linuxfoundation.org
Cc: hsweeten@visionengravers.com, linux-kernel@vger.kernel.org,
	devel@driverdev.osuosl.org
Subject: Re: [PATCH] staging: comedi: drivers: pcl816.c remove leading space
Date: Tue, 21 Jul 2015 10:26:01 +0100	[thread overview]
Message-ID: <55AE1029.40102@mev.co.uk> (raw)
In-Reply-To: <1437391395-28420-1-git-send-email-csgorentla@gmail.com>

On 20/07/15 12:23, Chandra S Gorentla wrote:
> Checkpatch.pl warning - suspect code indent for conditional statements -
> is corrected
>
> Signed-off-by: Chandra S Gorentla <csgorentla@gmail.com>
> ---
>   drivers/staging/comedi/drivers/pcl816.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/comedi/drivers/pcl816.c
> index 781b321..a353d1b 100644
> --- a/drivers/staging/comedi/drivers/pcl816.c
> +++ b/drivers/staging/comedi/drivers/pcl816.c
> @@ -305,7 +305,7 @@ static int check_channel_list(struct comedi_device *dev,
>   		chansegment[0] = chanlist[0];
>   		for (i = 1, seglen = 1; i < chanlen; i++, seglen++) {
>   			/*  we detect loop, this must by finish */
> -			    if (chanlist[0] == chanlist[i])
> +			if (chanlist[0] == chanlist[i])
>   				break;
>   			nowmustbechan =
>   			    (CR_CHAN(chansegment[i - 1]) + 1) % chanlen;
>

Thanks for the correction.

Reviewed-by: Ian Abbott <abbotti@mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-

      reply	other threads:[~2015-07-21  9:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 11:23 [PATCH] staging: comedi: drivers: pcl816.c remove leading space Chandra S Gorentla
2015-07-21  9:26 ` Ian Abbott [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=55AE1029.40102@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=csgorentla@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --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 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.