mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
scripts/lib/abi/abi_parser.py: Rename title name for ABI files
This makes them look better when generating cross-references. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/e44574cb2796861d6acbce839068ed3ef385d16c.1739182025.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
5ca0e7ffc8
commit
dc525a7650
|
|
@ -314,7 +314,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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user