[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a20f66b7f040cfbb7dc8d4448991ea757e581cad.1738020236.git.mchehab+huawei@kernel.org>
Date: Tue, 28 Jan 2025 01:06:16 +0100
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"Mauro Carvalho Chehab" <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [RFC v2 27/38] scripts/get_abi.py: Rename title name for ABI files
This makes them look better when generating cross-references.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
---
scripts/get_abi.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/get_abi.py b/scripts/get_abi.py
index faae51201504..1c9c6b23a6fb 100755
--- a/scripts/get_abi.py
+++ b/scripts/get_abi.py
@@ -327,7 +327,7 @@ class AbiParser:
fdata.ftype = path.split("/")[0]
fdata.nametag = {}
- fdata.nametag["what"] = [f"File {path}/{basename}"]
+ fdata.nametag["what"] = [f"ABI file {path}/{basename}"]
fdata.nametag["type"] = "File"
fdata.nametag["path"] = fdata.ftype
fdata.nametag["file"] = [fdata.file_ref]
--
2.48.1
Powered by blists - more mailing lists