[PATCH 5/5] ktap_v2: change version to 2 in KTAP specification
Rae Moar <[email protected]>
| Newsgroups | dev.linux.lists.kernelci,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
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 496799e7b87a..a8ff15e6d0fa 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.47.0.277.g8800431eea-goog