diff options
author | Luca Ellero <luca.ellero@brickedbrain.com> | 2014-07-11 14:56:45 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-12 00:33:11 (GMT) |
commit | 9609ce31f61cf8acd4cef76050aca560279a54ac (patch) | |
tree | 8c7d0b2d3e87e329c9d1d703030970b7407af590 | |
parent | 0d9095b3e8048a03be2e8388860f24e0012a2ab3 (diff) | |
download | linux-9609ce31f61cf8acd4cef76050aca560279a54ac.tar.xz |
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>
-rw-r--r-- | drivers/staging/ced1401/ced_ioc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 397df43..a4bd013 100644 --- a/drivers/staging/ced1401/ced_ioc.c +++ b/drivers/staging/ced1401/ced_ioc.c @@ -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; |