Prepare KTAP specification for the final release of version 2 by removing "-rc" in the title. This would previously cause a Sphinx warning.
This series represents the final version of KTAP version 2 that includes the major addition of test metadata. Signed-off-by: Rae Moar <[email protected]> --- Documentation/dev-tools/ktap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-tools/ktap.rst b/Documentation/dev-tools/ktap.rst index d118119910f8..1abb30887008 100644 --- a/Documentation/dev-tools/ktap.rst +++ b/Documentation/dev-tools/ktap.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 =================================================== -The Kernel Test Anything Protocol (KTAP), version 2-rc +The Kernel Test Anything Protocol (KTAP), version 2 =================================================== TAP, or the Test Anything Protocol is a format for specifying test results used -- 2.51.2.1041.gc1ab5b90ca-goog
