mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
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:
committed by
Greg Kroah-Hartman
parent
0d9095b3e8
commit
9609ce31f6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user