We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e7bfc commit 680c427Copy full SHA for 680c427
Documentation/gpu/todo.rst
@@ -655,9 +655,9 @@ Better Testing
655
Add unit tests using the Kernel Unit Testing (KUnit) framework
656
--------------------------------------------------------------
657
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.
+The :doc:`KUnit </dev-tools/kunit/index>` provides a common framework for unit
+tests within the Linux kernel. Having a test suite would allow to identify
+regressions earlier.
661
662
A good candidate for the first unit tests are the format-conversion helpers in
663
``drm_format_helper.c``.
0 commit comments