All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/staging/comedi/drivers/pcl816.c: style fix
@ 2015-06-16  8:30 Guillermo O. Freschi
  2015-06-16 11:15 ` Sudip Mukherjee
  0 siblings, 1 reply; 2+ messages in thread
From: Guillermo O. Freschi @ 2015-06-16  8:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Guillermo O. Freschi

Removed some spaces before a tab character.
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/staging/comedi/drivers/pcl816.c: style fix
  2015-06-16  8:30 [PATCH] drivers/staging/comedi/drivers/pcl816.c: style fix Guillermo O. Freschi
@ 2015-06-16 11:15 ` Sudip Mukherjee
  0 siblings, 0 replies; 2+ messages in thread
From: Sudip Mukherjee @ 2015-06-16 11:15 UTC (permalink / raw)
  To: Guillermo O. Freschi; +Cc: linux-kernel

On Tue, Jun 16, 2015 at 05:30:49AM -0300, Guillermo O. Freschi wrote:
> Removed some spaces before a tab character.
> ---
Missing Signed-off-by: line

regards
sudip

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-16 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-16  8:30 [PATCH] drivers/staging/comedi/drivers/pcl816.c: style fix Guillermo O. Freschi
2015-06-16 11:15 ` Sudip Mukherjee

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.