[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250917173725.22547-3-work@onurozkan.dev>
Date: Wed, 17 Sep 2025 20:37:25 +0300
From: Onur Özkan <work@...rozkan.dev>
To: linux-kernel@...r.kernel.org
Cc: apw@...onical.com,
joe@...ches.com,
dwaipayanray1@...il.com,
lukas.bulwahn@...il.com,
corbet@....net,
workflows@...r.kernel.org,
linux-doc@...r.kernel.org,
Onur Özkan <work@...rozkan.dev>
Subject: [PATCH v2 2/2] checkpatch: document new check PLACEHOLDER_USE
Adds documentation for the new check PLACEHOLDER_USE
in checkpatch.
Signed-off-by: Onur Özkan <work@...rozkan.dev>
---
Documentation/dev-tools/checkpatch.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Documentation/dev-tools/checkpatch.rst b/Documentation/dev-tools/checkpatch.rst
index d5c47e560324..4dccd1036870 100644
--- a/Documentation/dev-tools/checkpatch.rst
+++ b/Documentation/dev-tools/checkpatch.rst
@@ -1245,6 +1245,16 @@ Others
The patch file does not appear to be in unified-diff format. Please
regenerate the patch file before sending it to the maintainer.
+ **PLACEHOLDER_USE**
+ Detects unhandled placeholder text left in cover letters or commit headers/logs.
+ Common placeholders include lines like::
+
+ *** SUBJECT HERE ***
+ *** BLURB HERE ***
+
+ These typically come from autogenerated templates. Replace them with a proper
+ subject and description before sending.
+
**PRINTF_0XDECIMAL**
Prefixing 0x with decimal output is defective and should be corrected.
--
2.51.0
Powered by blists - more mailing lists