diff options
author | Helen Koike <helen.koike@collabora.com> | 2023-08-24 13:42:30 -0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2023-08-29 19:56:11 +0200 |
commit | ad6bfe1b66a5c146ec236847eca7af4c8806d666 (patch) | |
tree | 7a98e12c2b225dd08b9fce08c36993828aa26fba | |
parent | 0119c894ab0dc468bcb03f28063239c0a4cf970f (diff) |
drm: ci: docs: fix build warning - add missing escape
Fix the following warning:
Documentation/gpu/automated_testing.rst:55: WARNING: Inline emphasis start-string without end-string.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20230824164230.48470-1-helen.koike@collabora.com
-rw-r--r-- | Documentation/gpu/automated_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst index 1b87b802ac7f..469b6fb65c30 100644 --- a/Documentation/gpu/automated_testing.rst +++ b/Documentation/gpu/automated_testing.rst @@ -52,7 +52,7 @@ IGT_VERSION drivers/gpu/drm/ci/testlist.txt ------------------------------- -IGT tests to be run on all drivers (unless mentioned in a driver's *-skips.txt +IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt file, see below). drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-fails.txt |