Skip to content

Commit

Permalink
[CIFS] Fixup trivial checkpatch warning
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <smfrench@gmail.com>
  • Loading branch information
Steve French committed Oct 20, 2011
1 parent fbcae3e commit b957ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/freezer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit b957ae9

Please sign in to comment.