The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] watchdog: sb_wdog: add missing SPDX license identifier
@ 2026-05-10 19:18 Mayur Kumar
  2026-05-11 14:24 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Mayur Kumar @ 2026-05-10 19:18 UTC (permalink / raw)
  To: wim, linux; +Cc: linux-watchdog, linux-kernel, Mayur Kumar

checkpatch.pl reports the following warning:

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Per Documentation/process/license-rules.rst, add the appropriate SPDX
license identifier to the first line of the C source file using the
'//' style comment. Default to GPL-2.0-only.

Signed-off-by: Mayur Kumar <kmayur809@gmail.com>
---
 drivers/watchdog/sb_wdog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c
index eaa68b54cf5..03db71a43d6 100644
--- a/drivers/watchdog/sb_wdog.c
+++ b/drivers/watchdog/sb_wdog.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Watchdog driver for SiByte SB1 SoCs
  *
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-11 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 19:18 [PATCH] watchdog: sb_wdog: add missing SPDX license identifier Mayur Kumar
2026-05-11 14:24 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox