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: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2013-05-23 13:09:25 -07:00 committed by Greg Kroah-Hartman
parent fffe8239f5
commit 57ded31567
1 changed files with 1 additions and 1 deletions

View File

@ -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 */