]> www.infradead.org Git - users/dwmw2/linux.git/commit
scripts/get_abi.pl: add support to parse ABI README file
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 Feb 2025 10:18:08 +0000 (11:18 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Feb 2025 18:19:57 +0000 (11:19 -0700)
commit98a4324a8b7bbe433483c90524026be0ccc9ffa8
tree0add2f3ed09ea974324049890283eec15704f7aa
parent2a21d80dfb4135b4766d8ff3231a3ea1c19bcc83
scripts/get_abi.pl: add support to parse ABI README file

The Documentation/ABI/README file is currently outside the
documentation tree. Yet, it may still provide some useful
information. Add it to the documentation parsing.

As a plus, this avoids a warning when detecting missing
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/f1285dedfe4d0eb0f0af34f6a68bee6fde36dd7d.1739182025.git.mchehab+huawei@kernel.org
scripts/lib/abi/abi_parser.py