17d25ae7f1
Since printk() wrapper macro uses __VA_ARGS__ without "##" prefix, it causes
a build error if there is no variable arguments (e.g. only fmt is
specified.) To fix this error, use ##__VA_ARGS__ instead of __VAR_ARGS__.
Link: http://lkml.kernel.org/r/158108370130.2758.10893830923800978011.stgit@devnote2
Fixes:
|
||
---|---|---|
.. | ||
bootconfig.h | ||
bug.h | ||
ctype.h | ||
errno.h | ||
kernel.h | ||
printk.h | ||
string.h |