diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2025-08-13 11:33:09 -0600 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-10-28 16:01:20 -0600 |
| commit | a5dd93016f20912ec141d569b897e1fc2d94977d (patch) | |
| tree | 9c8c370243598073745ad4a0555ae08f9b033b3e /Documentation/sphinx | |
| parent | eaae0ad9720428cd9e2bf9a40fedf137db95184f (diff) | |
| download | linux-next-a5dd93016f20912ec141d569b897e1fc2d94977d.tar.gz linux-next-a5dd93016f20912ec141d569b897e1fc2d94977d.zip | |
docs: move get_abi.py to tools/docs
Move this tool out of scripts/ to join the other documentation tools; fix
up a couple of erroneous references in the process.
It's worth noting that this script will fail badly unless one has a
PYTHONPATH referencing scripts/lib/abi.
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sphinx')
| -rw-r--r-- | Documentation/sphinx/kernel_abi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sphinx/kernel_abi.py b/Documentation/sphinx/kernel_abi.py index 4c4375201b9e..32e39fb8bc3b 100644 --- a/Documentation/sphinx/kernel_abi.py +++ b/Documentation/sphinx/kernel_abi.py @@ -14,7 +14,7 @@ :license: GPL Version 2, June 1991 see Linux/COPYING for details. The ``kernel-abi`` (:py:class:`KernelCmd`) directive calls the - scripts/get_abi.py script to parse the Kernel ABI files. + AbiParser class to parse the Kernel ABI files. Overview of directive's argument and options. |
