staging: ced1401: ced_ioc.c: remove space before tabs
authorLuca Ellero <luca.ellero@brickedbrain.com>
Fri, 11 Jul 2014 14:56:45 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 00:33:11 +0000 (17:33 -0700)
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>
drivers/staging/ced1401/ced_ioc.c

index 397df43b8b804e44dafa07a8239d38cead8138b6..a4bd013abbc9ffd20bfae5ea27aaed75a92eee66 100644 (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;