Skip to content

Commit 680c427

Browse files
bagasmeKernel Patches Daemon
authored andcommitted
Documentation: gpu: Use internal link to kunit
Use internal linking to kunit documentation. Signed-off-by: Bagas Sanjaya <[email protected]> Acked-by: Thomas Zimmermann <[email protected]>
1 parent 54e7bfc commit 680c427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/gpu/todo.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ Better Testing
655655
Add unit tests using the Kernel Unit Testing (KUnit) framework
656656
--------------------------------------------------------------
657657

658-
The `KUnit <https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html>`_
659-
provides a common framework for unit tests within the Linux kernel. Having a
660-
test suite would allow to identify regressions earlier.
658+
The :doc:`KUnit </dev-tools/kunit/index>` provides a common framework for unit
659+
tests within the Linux kernel. Having a test suite would allow to identify
660+
regressions earlier.
661661

662662
A good candidate for the first unit tests are the format-conversion helpers in
663663
``drm_format_helper.c``.

0 commit comments

Comments
 (0)