[CIFS] Fixup trivial checkpatch warning
Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
parent
fbcae3ea16
commit
b957ae9c53
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ static inline void set_freezable_with_signal(void)
|
|||
({ \
|
||||
int __retval; \
|
||||
do { \
|
||||
__retval = wait_event_killable(wq, \
|
||||
__retval = wait_event_killable(wq, \
|
||||
(condition) || freezing(current)); \
|
||||
if (__retval && !freezing(current)) \
|
||||
break; \
|
||||
|
|
Loading…
Add table
Reference in a new issue