[igt-dev] [PATCH i-g-t 2/3] tests/tests/kms_cursor_crc: remove extra \n

Juha-Pekka Heikkila juhapekka.heikkila at gmail.com
Mon May 29 12:30:15 UTC 2023


Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>

On 26.5.2023 9.45, Swati Sharma wrote:
> Remove extra newline.
> 
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
> ---
>   tests/kms_cursor_crc.c | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
> index f837dbc4..f5eb061d 100644
> --- a/tests/kms_cursor_crc.c
> +++ b/tests/kms_cursor_crc.c
> @@ -29,7 +29,6 @@
>   #include <stdio.h>
>   #include <string.h>
>   
> -
>   IGT_TEST_DESCRIPTION(
>      "Use the display CRC support to validate cursor plane functionality. "
>      "The test will position the cursor plane either fully onscreen, "
> @@ -87,7 +86,6 @@ static bool extended;
>   static enum pipe active_pipes[IGT_MAX_PIPES];
>   static uint32_t last_pipe;
>   
> -
>   #define TEST_DPMS (1<<0)
>   #define TEST_SUSPEND (1<<1)
>   



More information about the igt-dev mailing list