[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190705100345.29269-1-miquel.raynal@bootlin.com>
Date: Fri, 5 Jul 2019 12:03:45 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Andy Whitcroft <apw@...onical.com>, Joe Perches <joe@...ches.com>
Cc: Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
Miquel Raynal <miquel.raynal@...tlin.com>
Subject: [PATCH] checkpatch: DT bindings vendor prefixes file yas been translated into yaml
The extension is now .yaml instead of .txt.
Fixes: 8122de54602e ("dt-bindings: Convert vendor prefixes to json-schema")
Signed-off-by: Miquel Raynal <miquel.raynal@...tlin.com>
---
scripts/checkpatch.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index bb28b178d929..9a3163020d67 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -3027,7 +3027,7 @@ sub process {
my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
my $dt_path = $root . "/Documentation/devicetree/bindings/";
- my $vp_file = $dt_path . "vendor-prefixes.txt";
+ my $vp_file = $dt_path . "vendor-prefixes.yaml";
foreach my $compat (@compats) {
my $compat2 = $compat;
--
2.19.1
Powered by blists - more mailing lists