[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230824164230.48470-1-helen.koike@collabora.com>
Date: Thu, 24 Aug 2023 13:42:30 -0300
From: Helen Koike <helen.koike@...labora.com>
To: dri-devel@...ts.freedesktop.org
Cc: daniel.vetter@...ll.ch, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org, airlied@...il.com
Subject: [PATCH v2] 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@...b.auug.org.au>
Signed-off-by: Helen Koike <helen.koike@...labora.com>
---
Patch for topic/drm-ci
V2:
- Fix typo s/scape/escape
---
Documentation/gpu/automated_testing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.34.1
Powered by blists - more mailing lists