Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7efd08c8 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] uml: fix a macro typo



Fix a macro typo which could break if the macro is passed arguments with
side-effects.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e54a5dfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ struct syscall_args {
                        panic("Bad register in UPT_SET : %d\n", reg);  \
			break; \
                } \
                val; \
                __upt_val; \
        })

#define UPT_SET_SYSCALL_RETURN(r, res) \