projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcae3e
)
[CIFS] Fixup trivial checkpatch warning
author
Steve French
<smfrench@gmail.com>
Thu, 20 Oct 2011 02:27:11 +0000
(21:27 -0500)
committer
Steve French
<smfrench@gmail.com>
Thu, 20 Oct 2011 02:27:11 +0000
(21:27 -0500)
Signed-off-by: Steve French <smfrench@gmail.com>
include/linux/freezer.h
patch
|
blob
|
history
diff --git
a/include/linux/freezer.h
b/include/linux/freezer.h
index
3672f73
..
a155561
100644
(file)
--- a/
include/linux/freezer.h
+++ b/
include/linux/freezer.h
@@
-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; \