Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: base: firmware_loader: add proper SPDX identifiers on files that did not have them.

There were two files in the firmware_loader code that did not have SPDX
identifiers on them, so fix that up.

Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

+2
+1
drivers/base/firmware_loader/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 menu "Firmware loader" 2 3 3 4 config FW_LOADER
+1
drivers/base/firmware_loader/builtin/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 *.gen.S