Commit 57ded315 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: usbduxsigma: remove a space before tab

checkpatch.pl reports:

WARNING: please, no space before tabs
+^Ihigh_speed = 0; ^I/* (devpriv->high_speed) */$

Remove the space to avoid the warning.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fffe8239
...@@ -898,7 +898,7 @@ static int usbduxsigma_ao_cmdtest(struct comedi_device *dev, ...@@ -898,7 +898,7 @@ static int usbduxsigma_ao_cmdtest(struct comedi_device *dev,
unsigned int flags; unsigned int flags;
/* high speed conversions are not used yet */ /* high speed conversions are not used yet */
high_speed = 0; /* (devpriv->high_speed) */ high_speed = 0; /* (devpriv->high_speed) */
/* Step 1 : check if triggers are trivially valid */ /* Step 1 : check if triggers are trivially valid */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment