mirror of
https://github.com/torvalds/linux.git
synced 2024-12-07 19:41:31 +00:00
3097783ecf
If "cond" is a multi-token statement the behavior of the preprocessor will lead to the negation "!" to be only applied to the first token. Although currently no test uses such multi-token conditions but it can happen at any time. Put braces around "cond" to ensure the negation works as expected. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Willy Tarreau <w@1wt.eu> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
nolibc-test.c |