aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 16:45:25 +0200
committerRob Herring <robh@kernel.org>2020-05-04 17:09:53 -0500
commit858e6845654d922c50a9c994d2c4e0412318545c (patch)
tree2f6f93b27fa2aa11f9829c7c2f4faf1802b8682f /scripts/checkpatch.pl
parentdocs: dt: convert ABI.txt to ReST format (diff)
downloadwireguard-linux-858e6845654d922c50a9c994d2c4e0412318545c.tar.xz
wireguard-linux-858e6845654d922c50a9c994d2c4e0412318545c.zip
docs: dt: convert submitting-patches.txt to ReST format
- Add a SPDX header; - Adjust document and section titles; - Mark literal blocks as such; - Add it to bindings/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index d64c67b67e3c..7d237a4598ae 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2594,7 +2594,7 @@ sub process {
if (($last_binding_patch != -1) &&
($last_binding_patch ^ $is_binding_patch)) {
WARN("DT_SPLIT_BINDING_PATCH",
- "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt\n");
+ "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst\n");
}
}