Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
dc525a76 5ca0e7ff

+1 -1
+1 -1
scripts/lib/abi/abi_parser.py
··· 314 314 fdata.ftype = path.split("/")[0] 315 315 316 316 fdata.nametag = {} 317 - fdata.nametag["what"] = [f"File {path}/{basename}"] 317 + fdata.nametag["what"] = [f"ABI file {path}/{basename}"] 318 318 fdata.nametag["type"] = "File" 319 319 fdata.nametag["path"] = fdata.ftype 320 320 fdata.nametag["file"] = [fdata.file_ref]