staging: ced1401: ced_ioc.c: remove space before tabs

Fix checkpatch warning "please, no space before tabs" in file
ced_ioc.c

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Luca Ellero
2014-07-11 16:56:45 +02:00
committed by Greg Kroah-Hartman
parent 0d9095b3e8
commit 9609ce31f6

View File

@@ -344,7 +344,7 @@ static bool ced_is_1401(struct ced_data *ced)
unsigned int state;
ret = ced_in_self_test(ced, &state); /* see if likely in */
/* self test */
/* self test */
if (ret > 0) { /* do we need to wait for self-test? */
/* when to give up */
unsigned long timeout = jiffies + 30 * HZ;