qcacld-3.0: Fix tab stop checkpatch warnings
Fix tab stop checkpatch warnings. Change-Id: I4ccbc39b571737413de038fabcd4b8641a39cd62 CRs-Fixed: 2312593
This commit is contained in:

committed by
nshrivas

parent
4b8d080e37
commit
eff16d956b
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user