linux/arch/um
Joe Perches 4c5a770580 um: Neaten vu_err macro definition
Defining a macro with ... and __VA_ARGS__ (without ##) can cause
compilation errors if a macro use does not have additional args.

Add ## to __VA_ARGS__ in the macro definition.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2020-06-02 22:37:33 +02:00
..
configs um: Cleanup CONFIG_IOSCHED_CFQ 2020-03-29 23:15:22 +02:00
drivers um: Neaten vu_err macro definition 2020-06-02 22:37:33 +02:00
include um: Fix xor.h include 2020-04-29 21:21:51 +02:00
kernel um: syscall.c: include <asm/unistd.h> 2020-04-29 21:22:04 +02:00
os-Linux um: Add include: memset() and memcpy() are in <string.h> 2020-06-02 22:37:11 +02:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Kconfig um: Make CONFIG_STATIC_LINK actually static 2020-03-29 23:51:24 +02:00
Kconfig.debug um: Make GCOV depend on !KCOV 2018-12-27 22:48:19 +01:00
Makefile um: ensure make ARCH=um mrproper removes arch/$(SUBARCH)/include/generated/ 2020-04-23 10:50:26 +09:00
Makefile-os-Linux
Makefile-skas