Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269979
b: refs/heads/master
c: b957ae9
h: refs/heads/master
i:
  269977: bb10c7f
  269975: 154ecc7
v: v3
  • Loading branch information
Steve French committed Oct 20, 2011
1 parent 8f07e46 commit 8163962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbcae3ea169189ee49dc6820478cb1d069b80a08
refs/heads/master: b957ae9c53d5715a07f8bac644d8ff0a407c7e07
2 changes: 1 addition & 1 deletion trunk/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 8163962

Please sign in to comment.