Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull SPDX fixes from Greg KH:
"Here are just two small patches, that fix up some found SPDX
identifier issues.

The first patch fixes an error in a previous SPDX fixup patch, that
causes build errors when doing 'make clean' on the tree (the fact that
almost no one noticed it reflects the fact that kernel developers
don't like doing that option very often...)

The second patch fixes up a number of places in the tree where people
mistyped the string "SPDX-License-Identifier". Given that people can
not even type their own name all the time without mistakes, this was
bound to happen, and odds are, we will have to add some type of check
for this to checkpatch.pl to catch this happening in the future.

Both of these have passed testing by 0-day"

* tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
treewide: fix typos of SPDX-License-Identifier
crypto: ux500 - fix license comment syntax error

Changed files
+6 -6
arch
arm
kernel
drivers
crypto
ux500
cryp
phy
pinctrl
lib
sound
soc
codecs
+1 -1
arch/arm/kernel/bugs.c
··· 1 - // SPDX-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 #include <linux/init.h> 3 3 #include <asm/bugs.h> 4 4 #include <asm/proc-fns.h>
+1 -1
drivers/crypto/ux500/cryp/Makefile
··· 2 2 #/* 3 3 # * Copyright (C) ST-Ericsson SA 2010 4 4 # * Author: shujuan.chen@stericsson.com for ST-Ericsson. 5 - */ 5 + # */ 6 6 7 7 ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG 8 8
+1 -1
drivers/phy/st/phy-stm32-usbphyc.c
··· 1 - // SPDX-Licence-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * STMicroelectronics STM32 USB PHY Controller driver 4 4 *
+1 -1
drivers/pinctrl/sh-pfc/pfc-r8a77980.c
··· 1 - // SPDX-Lincense-Identifier: GPL 2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * R8A77980 processor support - PFC hardware block. 4 4 *
+1 -1
lib/test_stackinit.c
··· 1 - // SPDX-Licenses: GPLv2 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Test cases for compiler-based stack variable zeroing via future 4 4 * compiler flags or CONFIG_GCC_PLUGIN_STRUCTLEAK*.
+1 -1
sound/soc/codecs/max9759.c
··· 1 - // SPDX-Licence-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * MAX9759 Amplifier Driver 4 4 *