From: H Hartley Sweeten Date: Thu, 23 May 2013 20:08:51 +0000 (-0700) Subject: staging: comedi: usbduxsigma: add missing spaces reported by checkpatch.pl X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~413 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7333d50b8adbb162b511950f8ba90900c99940e0;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed