Commit 9609ce31 authored by Luca Ellero's avatar Luca Ellero Committed by Greg Kroah-Hartman

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: default avatarLuca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0d9095b3
...@@ -344,7 +344,7 @@ static bool ced_is_1401(struct ced_data *ced) ...@@ -344,7 +344,7 @@ static bool ced_is_1401(struct ced_data *ced)
unsigned int state; unsigned int state;
ret = ced_in_self_test(ced, &state); /* see if likely in */ 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? */ if (ret > 0) { /* do we need to wait for self-test? */
/* when to give up */ /* when to give up */
unsigned long timeout = jiffies + 30 * HZ; unsigned long timeout = jiffies + 30 * HZ;
......
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