From: Mayur Kumar <kmayur809@gmail.com>
To: wim@linux-watchdog.org, linux@roeck-us.net
Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org,
Mayur Kumar <kmayur809@gmail.com>
Subject: [PATCH] watchdog: sb_wdog: add missing SPDX license identifier
Date: Mon, 11 May 2026 00:48:47 +0530 [thread overview]
Message-ID: <20260510191847.50499-1-kmayur809@gmail.com> (raw)
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
next reply other threads:[~2026-05-10 19:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 19:18 Mayur Kumar [this message]
2026-05-11 14:24 ` [PATCH] watchdog: sb_wdog: add missing SPDX license identifier Guenter Roeck
2026-05-11 21:44 ` sashiko-bot
2026-05-11 22:07 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260510191847.50499-1-kmayur809@gmail.com \
--to=kmayur809@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.