projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/include/linux/freezer.h
b/include/linux/freezer.h
index 3672f731f03a089f80204878418761075c04475a..a1555618801d44aa3eaa916c6469f416f89b1100 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; \