Re: [PATCH net-next v2 4/5] ethtool: move string arrays into common file
From: Johannes Berg
Date: Tue Dec 10 2019 - 15:28:12 EST
> +++ b/net/ethtool/common.c
> @@ -0,0 +1,85 @@
> +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
Is the Linux-syscall-note relevant here? This isn't really used for
syscalls directly?
The exception says it's "to mark user space API (uapi) header files so
they can be included into non GPL compliant user space application
code".
> +++ b/net/ethtool/common.h
> @@ -0,0 +1,17 @@
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Same here.
johannes