aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools
diff options
context:
space:
mode:
authorTales Aparecida <tales.aparecida@gmail.com>2022-08-13 01:20:53 -0300
committerShuah Khan <skhan@linuxfoundation.org>2022-09-30 13:18:55 -0600
commit8ae4826363cedc84b6b4e18952a49793586fa92b (patch)
treef95e8d498017a5c708a9c17a12257e4f4a60cb00 /Documentation/dev-tools
parent7e2d619411cbcb5ee6c6e97a53dcba605d276f44 (diff)
downloadlinux-8ae4826363cedc84b6b4e18952a49793586fa92b.tar.gz
Documentation: Kunit: Fix inconsistent titles
Use the same wording when citing and describing Kunit parts. Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com> Reviewed-by: David Gow <davidgow@google.com> Reviewed-by: Sadiya Kazi <sadiyakazi@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation/dev-tools')
-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 cf9e6e3eeae4c2..8efe792bdcb905 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
===========================