1
0
Fork 0

[CIFS] Fixup trivial checkpatch warning

Signed-off-by: Steve French <smfrench@gmail.com>
wifi-calibration
Steve French 2011-10-19 21:27:11 -05:00
parent fbcae3ea16
commit b957ae9c53
1 changed files with 1 additions and 1 deletions

View File

@ -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; \