[PATCH 1/5] ktap_v2: change version to 2-rc in KTAP specification
From: Rae Moar
Date: Tue Nov 12 2024 - 15:29:18 EST
From: Frank Rowand <frank.rowand@xxxxxxxx>
Prepare KTAP Specification for the process of creating version 2.
The version will remain "2-rc" until the final commit to complete
Version 2. Adding the "-rc" ensures that none of the development
versions will be mistaken for the completed version 2.
After this commit, Sphinx complains that we now need more '=' signs:
Documentation/dev-tools/ktap.rst:3: WARNING: Title overline too short.
===================================================
The Kernel Test Anything Protocol (KTAP), version 2-rc
===================================================
This warning will disappear in the final commit for the release of
version 2, when the "-rc" is removed.
Reviewed-by: Rae Moar <rmoar@xxxxxxxxxx>
Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxx>
Signed-off-by: Rae Moar <rmoar@xxxxxxxxxx>
---
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 414c105b10a9..333193f51a53 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 1
+The Kernel Test Anything Protocol (KTAP), version 2-rc
===================================================
TAP, or the Test Anything Protocol is a format for specifying test results used
--
2.47.0.277.g8800431eea-goog