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 67E35CE7A81 for ; Mon, 25 Sep 2023 14:28:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A22410E167; Mon, 25 Sep 2023 14:28:33 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 20FD810E167; Mon, 25 Sep 2023 14:28:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695652111; x=1727188111; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=trPNtX/oyEgrDoCP0p2JRoWAXWULWN3nhIwuzOLRvao=; b=bRFc3pJiKpQDVF0HW7Y5fZE8dbdsa9LSB2IcJB4uIrcwL9U2QXFKeJet iROfSx1VQuCs6ZspYIvLiLDWONRmvPJpe2zYYBMUFGUsE7676isi1oAnP uDrvkzob33GWEwJdsrrye9rZPl0T+/xHvwdicSqyWVyG7MLqTGWCMjTF2 oe9SaMwB3PTp788ImMJIgmSsa76Hwcaz0OqKXBHNR/8OSAd01DAv8SN9J etFdvZPEcq27X7UQ80nnD4wpc4+SvI9u4tgiSOraAMNYoPMvbfQXvc5an kVavKVWpf4AK/vb4thViE78fmv07zZ3rxd5wucK0UQwMQRVaOAfb5gj1Q A==; X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="445373806" X-IronPort-AV: E=Sophos;i="6.03,175,1694761200"; d="scan'208";a="445373806" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 07:28:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="783513756" X-IronPort-AV: E=Sophos;i="6.03,175,1694761200"; d="scan'208";a="783513756" Received: from shaunbis-mobl4.ger.corp.intel.com (HELO [10.213.220.248]) ([10.213.220.248]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 07:28:29 -0700 Message-ID: <1ab10838-0517-3ad9-c92e-e452f5b97d30@linux.intel.com> Date: Mon, 25 Sep 2023 15:28:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US To: Andi Shyti References: <20230920085715.6905-1-tvrtko.ursulin@linux.intel.com> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH] drm/i915: Zap some empty lines X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" 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? Regards, Tvrtko