qcacld-3.0: Fix tab stop checkpatch warnings

Fix tab stop checkpatch warnings.

Change-Id: I4ccbc39b571737413de038fabcd4b8641a39cd62
CRs-Fixed: 2312593
This commit is contained in:
Srinivas Girigowda
2018-09-12 14:56:29 -07:00
committed by nshrivas
parent 4b8d080e37
commit eff16d956b
13 changed files with 19 additions and 19 deletions

View File

@@ -115,10 +115,10 @@ typedef struct timer_list A_TIMER;
#define wait_event_interruptible_timeout(wq, condition, timeout) \
({ \
long __ret = timeout; \
if (!(condition)) \
__wait_event_interruptible_timeout(wq, condition, __ret); \
__ret; \
long __ret = timeout; \
if (!(condition)) \
__wait_event_interruptible_timeout(wq, condition, __ret); \
__ret; \
})
#endif /* wait_event_interruptible_timeout */