]> Pileus Git - ~andy/linux/commit
staging: comedi: usbduxsigma: add missing spaces reported by checkpatch.pl
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 23 May 2013 20:08:51 +0000 (13:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:41:11 +0000 (20:41 +0900)
commit7333d50b8adbb162b511950f8ba90900c99940e0
treec25a0dd7c2d7b4eadf3c4b6e819b175a58fd2f2e
parentaae2f26713b5ce60c378c84f2723eef06270c56d
staging: comedi: usbduxsigma: add missing spaces reported by checkpatch.pl

checkpatch.pl reports:

ERROR: space required after that ',' (ctx:VxV)
+               dev_dbg(dev->class_dev,"CRC error in ISO IN stream\n");
                                      ^

ERROR: spaces required around that '=' (ctx:VxW)
+       struct usbduxsigma_private *devpriv= dev->private;
                                           ^
Add the missing spaces to avoid the error.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxsigma.c