[igt-dev] [PATCH i-g-t 2/3] tests/kms_plane_scaling: Remove extra newline
Juha-Pekka Heikkila
juhapekka.heikkila at gmail.com
Thu Feb 16 15:31:05 UTC 2023
On 15.2.2023 18.59, Swati Sharma wrote:
> Remove extra newline.
>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
> ---
> tests/kms_plane_scaling.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 382d199e0..9737d8645 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -872,7 +872,6 @@ static void invalid_parameter_tests(data_t *d)
> paramtests[i].planesize[0],
> paramtests[i].planesize[1]);
>
> -
> for (uint32_t j = 0; paramtests[i].params[j].prop != ~0; j++)
> igt_plane_set_prop_value(plane,
> paramtests[i].params[j].prop,
While doing these fixes you could also fix that indentation on this
igt_plane_set_prop_value(..) with those following lines having parameters.
More information about the igt-dev
mailing list