commit | 9ca876f96323934b8ace04b123531f05e3bed029 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Oct 30 08:40:31 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 30 13:02:26 2020 +0100 |
tree | f94e70a58cefb8fcc8c320d3889f665b68e9afbe | |
parent | 678a63f9888c28150e08cf6cb5fec9fbaf2bf81c [diff] |
docs: kernel_abi.py: add a script to parse ABI documentation The ABI documentation is special: it is not plain text files, but, instead, files with an strict format, as specified by Documentation/ABI/README. Add a parser for it. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/48abf1a410237e63f85354a8cd7027fdf25657bf.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>