[PATCH i-g-t] tests/intel/xe_exec_queue_property: fix documentation output
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Mon Mar 11 13:02:12 UTC 2024
From: Mauro Carvalho Chehab <mchehab at kernel.org>
The wildcard is wrong there, causing the ReST output to be:
``igt at xe_exec_queue_property@timeslice_duration_us-property-min-max``
:Description: Test to check if %s timeslice duration us schedule parameter checks for min max values.
After the change, the description is now correct:
``igt at xe_exec_queue_property@timeslice_duration_us-property-min-max``
:Description: Test to check if timeslice duration schedule parameter checks for min max values.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/intel/xe_exec_queue_property.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_exec_queue_property.c b/tests/intel/xe_exec_queue_property.c
index 4e20cfd25f0e..b1cdc7ffefff 100644
--- a/tests/intel/xe_exec_queue_property.c
+++ b/tests/intel/xe_exec_queue_property.c
@@ -12,11 +12,11 @@
* SUBTEST: priority-set-property
* Description: tests basic priority property by setting invalid values and positive values.
* SUBTEST: %s-property-min-max
- * Description: Test to check if %s arg[1] schedule parameter checks for min max values.
+ * Description: Test to check if %arg[1] schedule parameter checks for min max values.
*
* arg[1]:
*
- * @timeslice_duration_us: timeslice duration us
+ * @timeslice_duration_us: timeslice duration
*/
#include <dirent.h>
--
2.43.2
More information about the igt-dev
mailing list