5.10-stable review patch. If anyone has any objections, please let me know.
------------------
From: Alexandre Belloni alexandre.belloni@bootlin.com
commit 5546e3dfb65a4389e747766ac455a50c3675fb0f upstream.
As the documentation states, "The exact license information can only be determined via the license information in the corresponding source files." and the SPDX identifier has the proper information.
Reported-by: Stephen Rothwell sfr@canb.auug.org.au Signed-off-by: Alexandre Belloni alexandre.belloni@bootlin.com Link: https://lore.kernel.org/r/20210810212008.631359-1-alexandre.belloni@bootlin.... Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org --- drivers/rtc/lib_test.c | 2 ++ 1 file changed, 2 insertions(+)
--- a/drivers/rtc/lib_test.c +++ b/drivers/rtc/lib_test.c @@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_s };
kunit_test_suite(rtc_lib_test_suite); + +MODULE_LICENSE("GPL");