From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by gabe.freedesktop.org (Postfix) with ESMTPS id 49AA910E288 for ; Mon, 29 May 2023 12:30:23 +0000 (UTC) Received: by mail-ed1-x532.google.com with SMTP id 4fb4d7f45d1cf-51475e981f0so5424009a12.1 for ; Mon, 29 May 2023 05:30:23 -0700 (PDT) Message-ID: Date: Mon, 29 May 2023 15:30:15 +0300 MIME-Version: 1.0 Content-Language: en-US To: Swati Sharma , igt-dev@lists.freedesktop.org References: <20230526064520.310041-1-swati2.sharma@intel.com> <20230526064520.310041-2-swati2.sharma@intel.com> From: Juha-Pekka Heikkila In-Reply-To: <20230526064520.310041-2-swati2.sharma@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: , Reply-To: juhapekka.heikkila@gmail.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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) >