summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/rtsx.h
diff options
context:
space:
mode:
authorRehas Sachdeva2016-09-20 13:15:33 +0200
committerGreg Kroah-Hartman2016-09-20 14:03:04 +0200
commitbd778ef093a7c0356524f99244a19c0d04241339 (patch)
tree1b089ff865f126f343935f121992ffe6e4557f1c /drivers/staging/rts5208/rtsx.h
parentstaging: rts5208: Add spaces around operators (diff)
downloadkernel-qcow2-linux-bd778ef093a7c0356524f99244a19c0d04241339.tar.gz
kernel-qcow2-linux-bd778ef093a7c0356524f99244a19c0d04241339.tar.xz
kernel-qcow2-linux-bd778ef093a7c0356524f99244a19c0d04241339.zip
staging: rts5208: Fix indentation
Fixes indentation by removing unnecessary TAB. Issue found by checkpatch. Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208/rtsx.h')
-rw-r--r--drivers/staging/rts5208/rtsx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/rts5208/rtsx.h b/drivers/staging/rts5208/rtsx.h
index 2f902d5e1a1d..c0f513c78659 100644
--- a/drivers/staging/rts5208/rtsx.h
+++ b/drivers/staging/rts5208/rtsx.h
@@ -70,10 +70,10 @@
#define rtsx_write_config_byte(chip, where, val) \
pci_write_config_byte((chip)->rtsx->pci, where, val)
-#define wait_timeout_x(task_state, msecs) \
-do { \
- set_current_state((task_state)); \
- schedule_timeout((msecs) * HZ / 1000); \
+#define wait_timeout_x(task_state, msecs) \
+do { \
+ set_current_state((task_state)); \
+ schedule_timeout((msecs) * HZ / 1000); \
} while (0)
#define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))