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

Cavitt, Jonathan jonathan.cavitt at intel.com
Wed Jul 31 21:16:52 UTC 2024


-----Original Message-----
From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of Jeevan B
Sent: Wednesday, July 31, 2024 8:08 AM
To: igt-dev at lists.freedesktop.org
Cc: Modem, Bhanuprakash <bhanuprakash.modem at intel.com>; Joshi, Kunal1 <kunal1.joshi at intel.com>; Manna, Animesh <animesh.manna at intel.com>; B, Jeevan <jeevan.b at intel.com>
Subject: [PATCH i-g-t 3/3] tests/kms_vrr: Fix typo in igt_describe
> 
> 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 "

Suggestion:
s/match with/matches
Though I guess at that point the change would be less a typo fix and more a grammatical correction.

Regardless,
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
-Jonathan Cavitt

>  			     "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