diff options
author | Tales Aparecida <tales.aparecida@gmail.com> | 2022-08-13 01:20:53 -0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-09-30 13:18:55 -0600 |
commit | 8ae4826363cedc84b6b4e18952a49793586fa92b (patch) | |
tree | f95e8d498017a5c708a9c17a12257e4f4a60cb00 /Documentation/dev-tools | |
parent | 7e2d619411cbcb5ee6c6e97a53dcba605d276f44 (diff) | |
download | lwn-8ae4826363cedc84b6b4e18952a49793586fa92b.tar.gz lwn-8ae4826363cedc84b6b4e18952a49793586fa92b.zip |
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.rst | 4 |
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 =========================== |