From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id DEB5810E025 for ; Mon, 29 May 2023 14:40:08 +0000 (UTC) Message-ID: Date: Mon, 29 May 2023 20:10:02 +0530 MIME-Version: 1.0 Content-Language: en-US To: juhapekka.heikkila@gmail.com, igt-dev@lists.freedesktop.org References: <20230526064520.310041-1-swati2.sharma@intel.com> <20230526064520.310041-2-swati2.sharma@intel.com> From: "Sharma, Swati2" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [igt-dev] [PATCH i-g-t 2/3] tests/tests/kms_cursor_crc: remove extra \n List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Thanks for the review. Pushed! On 29-May-23 6:00 PM, Juha-Pekka Heikkila wrote: > Reviewed-by: Juha-Pekka Heikkila > > On 26.5.2023 9.45, Swati Sharma wrote: >> Remove extra newline. >> >> Signed-off-by: Swati Sharma >> --- >>   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 >>   #include >> - >>   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) >