[igt-dev] [PATCH i-g-t 2/3] tests/tests/kms_cursor_crc: remove extra \n
Swati Sharma
swati2.sharma at intel.com
Fri May 26 06:45:19 UTC 2023
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)
--
2.25.1
More information about the igt-dev
mailing list