]> Pileus Git - ~andy/linux/commitdiff
[CIFS] Fixup trivial checkpatch warning
authorSteve French <smfrench@gmail.com>
Thu, 20 Oct 2011 02:27:11 +0000 (21:27 -0500)
committerSteve 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

index 3672f731f03a089f80204878418761075c04475a..a1555618801d44aa3eaa916c6469f416f89b1100 100644 (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;                                          \