[PATCH i-g-t 3/3] tests/kms_vrr: Fix typo in igt_describe

Jeevan B jeevan.b at intel.com
Wed Jul 31 15:07:41 UTC 2024


fix typo in igt describe.

Signed-off-by: Jeevan B <jeevan.b at intel.com>
---
 tests/kms_vrr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 9ddb56cbc..d5df99149 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -1077,7 +1077,7 @@ igt_main_args("drs:", long_opts, help_str, opt_handler, &data)
 		igt_subtest_with_dynamic("seamless-rr-switch-virtual")
 			run_vrr_test(&data, test_seamless_virtual_rr_basic, TEST_SEAMLESS_VIRTUAL_RR);
 
-		igt_describe("Test to validate the the content rate exactly match with the "
+		igt_describe("Test to validate the content rate exactly match with the "
 			     "requested rate without any frame drops.");
 		igt_subtest_with_dynamic("cmrr") {
 			igt_require(intel_display_ver(intel_get_drm_devid(data.drm_fd)) >= 20);
-- 
2.25.1



More information about the igt-dev mailing list