From: Jérôme Pouiller Date: Thu, 13 Jan 2022 08:54:54 +0000 (+0100) Subject: staging: wfx: fix Makefile and Kconfig licenses X-Git-Tag: v5.18-rc1~81^2~397 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bf9450db43ab48cf712663af26902573fe64551d;p=linux-block.git staging: wfx: fix Makefile and Kconfig licenses License was missing in Kconfig. Makefile license was GPL-2.0 while rest of the driver use GPL-2.0-only. Signed-off-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20220113085524.1110708-2-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wfx/Kconfig b/drivers/staging/wfx/Kconfig index 83ee4d0ca8c6..01ea09cb9697 100644 --- a/drivers/staging/wfx/Kconfig +++ b/drivers/staging/wfx/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only config WFX tristate "Silicon Labs wireless chips WF200 and further" depends on MAC80211 diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile index 0e0cc982ceab..1e99e6ffe044 100644 --- a/drivers/staging/wfx/Makefile +++ b/drivers/staging/wfx/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Necessary for CREATE_TRACE_POINTS CFLAGS_debug.o = -I$(src)