From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 13099CE7A95 for ; Mon, 25 Sep 2023 14:59:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E14C310E26A; Mon, 25 Sep 2023 14:59:07 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2012110E26A; Mon, 25 Sep 2023 14:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695653946; x=1727189946; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8UZGcVkG1nS2n5s6l7fxKtmJ88zfeVjcLGHwsUYN9Is=; b=HhRzesjYsROwyqT+MpRBDX0s2OBq/lzTVRfMO3xdx+AAMQ7y/sJCSyW+ 7TlBHP4Lqcz8CT3QEtAXie1bWK843km0QbSc/rjLRyLhISDMtkLMnFc6m ymI5trx26qtwVeXMAHTqNrpqpQ8P6jZcfWjTUGMf/Y0gVTnWrQiEPoX1N dPXzJNvV5x5qvyLQUJTl6OAt8N6nxlKaDh/aGG1ENCeoy+5vL/XjhP6PK 8643DsvqiSaXV/dIEyqS+wVpH4FWVf6HnDXjaWBOVM67CYGiZOguIV4ok fnntYMBzRkrz3NATdIqc2J3rPDaaoAqqjBOAcZMCLNwhpVjV9pLHzR3kG Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="380144274" X-IronPort-AV: E=Sophos;i="6.03,175,1694761200"; d="scan'208";a="380144274" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 07:59:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="725011009" X-IronPort-AV: E=Sophos;i="6.03,175,1694761200"; d="scan'208";a="725011009" Received: from nurqayrx-mobl2.gar.corp.intel.com (HELO intel.com) ([10.213.34.118]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 07:59:01 -0700 Date: Mon, 25 Sep 2023 16:58:56 +0200 From: Andi Shyti To: Tvrtko Ursulin Subject: Re: [Intel-gfx] [PATCH] drm/i915: Zap some empty lines Message-ID: References: <20230920085715.6905-1-tvrtko.ursulin@linux.intel.com> <1ab10838-0517-3ad9-c92e-e452f5b97d30@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ab10838-0517-3ad9-c92e-e452f5b97d30@linux.intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Andi Shyti Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Tvrtko, On Mon, Sep 25, 2023 at 03:28:27PM +0100, Tvrtko Ursulin wrote: > > On 25/09/2023 15:14, Andi Shyti wrote: > > Hi Tvrtko, > > > > On Wed, Sep 20, 2023 at 09:57:15AM +0100, Tvrtko Ursulin wrote: > > > From: Tvrtko Ursulin > > > > > > Recent refactoring left an unsightly block of empty lines. Remove them. > > > > > > Signed-off-by: Tvrtko Ursulin > > > Cc: Dnyaneshwar Bhadane > > > Cc: Anusha Srivatsa > > > Cc: Radhakrishna Sripada > > > > as this isn't merged yet: > > > > Reviewed-by: Andi Shyti > > Thanks, I am catching up with things and this wasn't so important. If you > have a spare moment feel free to push it? All right, pushed to drm-intel-next :) Thanks, Andi