public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Guillermo O. Freschi" <kedrot@gmail.com>
To: abbotti@mev.co.uk
Cc: linux-kernel@vger.kernel.org, "Guillermo O. Freschi" <kedrot@gmail.com>
Subject: [PATCH v2] drivers/staging/comedi/drivers/pcl816.c: style fix
Date: Tue, 16 Jun 2015 08:56:40 -0300	[thread overview]
Message-ID: <1434455800-22366-1-git-send-email-kedrot@gmail.com> (raw)

Removed some spaces before a tab character.

Signed-off-by: Guillermo O. Freschi <kedrot@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 1ccb2f1..781b321 100644
--- a/drivers/staging/comedi/drivers/pcl816.c
+++ b/drivers/staging/comedi/drivers/pcl816.c
@@ -323,7 +323,7 @@ static int check_channel_list(struct comedi_device *dev,
 
 		/*  check whole chanlist */
 		for (i = 0, segpos = 0; i < chanlen; i++) {
-			    if (chanlist[i] != chansegment[i % seglen]) {
+			if (chanlist[i] != chansegment[i % seglen]) {
 				dev_dbg(dev->class_dev,
 					"bad channel or range number! chanlist[%i]=%d,%d,%d and not %d,%d,%d!\n",
 					i, CR_CHAN(chansegment[i]),
-- 
2.1.4


             reply	other threads:[~2015-06-16 11:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16 11:56 Guillermo O. Freschi [this message]
2015-06-16 12:57 ` [PATCH v2] drivers/staging/comedi/drivers/pcl816.c: style fix Ian Abbott
2015-06-16 14:32 ` Sudip Mukherjee
  -- strict thread matches above, loose matches on Subject: below --
2015-06-16 22:32 Tordek

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=1434455800-22366-1-git-send-email-kedrot@gmail.com \
    --to=kedrot@gmail.com \
    --cc=abbotti@mev.co.uk \
    --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