aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTales Aparecida <[email protected]>2022-08-13 01:20:53 -0300
committerShuah Khan <[email protected]>2022-09-30 13:18:55 -0600
commit8ae4826363cedc84b6b4e18952a49793586fa92b (patch)
treef95e8d498017a5c708a9c17a12257e4f4a60cb00
parent7e2d619411cbcb5ee6c6e97a53dcba605d276f44 (diff)
Documentation: Kunit: Fix inconsistent titles
Use the same wording when citing and describing Kunit parts. Signed-off-by: Tales Aparecida <[email protected]> Reviewed-by: David Gow <[email protected]> Reviewed-by: Sadiya Kazi <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r--Documentation/dev-tools/kunit/architecture.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
index cf9e6e3eeae4..8efe792bdcb9 100644
--- a/Documentation/dev-tools/kunit/architecture.rst
+++ b/Documentation/dev-tools/kunit/architecture.rst
@@ -6,8 +6,8 @@ KUnit Architecture
The KUnit architecture can be divided into two parts:
-- Kernel testing library
-- kunit_tool (Command line test harness)
+- `In-Kernel Testing Framework`_
+- `kunit_tool (Command Line Test Harness)`_
In-Kernel Testing Framework
===========================