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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D268C4332F for ; Mon, 22 Nov 2021 08:51:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238887AbhKVIyp (ORCPT ); Mon, 22 Nov 2021 03:54:45 -0500 Received: from mga02.intel.com ([134.134.136.20]:24637 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232786AbhKVIym (ORCPT ); Mon, 22 Nov 2021 03:54:42 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10175"; a="221970335" X-IronPort-AV: E=Sophos;i="5.87,254,1631602800"; d="scan'208";a="221970335" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 00:51:36 -0800 X-IronPort-AV: E=Sophos;i="5.87,254,1631602800"; d="scan'208";a="537812292" Received: from rmcdonax-mobl.ger.corp.intel.com (HELO localhost) ([10.252.19.217]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 00:51:32 -0800 From: Jani Nikula To: Arnd Bergmann , Alejandro Colomar Cc: LKML , Andy Shevchenko , Arnd Bergmann , Alexey Dobriyan , Rasmus Villemoes , Kees Cook , Joe Perches Subject: Re: [PATCH v2 16/20] linux/compiler.h, linux/array_size.h: Move __must_be_array() into In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20211119113644.1600-1-alx.manpages@gmail.com> <20211120130104.185699-1-alx.manpages@gmail.com> <20211120130104.185699-18-alx.manpages@gmail.com> Date: Mon, 22 Nov 2021 10:51:29 +0200 Message-ID: <87tug4o9ny.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 21 Nov 2021, Arnd Bergmann wrote: > On Sat, Nov 20, 2021 at 2:01 PM Alejandro Colomar > wrote: >> >> Signed-off-by: Alejandro Colomar > > Each patch should describe why you move this, it's not clear what the > benefit is here. > >> diff --git a/drivers/gpu/drm/i915/i915_utils.h b/drivers/gpu/drm/i915/i915_utils.h >> index 7a5925072466..f6fc1c72dfa7 100644 >> --- a/drivers/gpu/drm/i915/i915_utils.h >> +++ b/drivers/gpu/drm/i915/i915_utils.h >> @@ -25,6 +25,8 @@ >> #ifndef __I915_UTILS_H >> #define __I915_UTILS_H >> >> + >> +#include > > Avoid adding the extra whitespace here. And throughout the series, really. In particular, please avoid adding the double blank lines both in old and new files. BR, Jani. > > Arnd -- Jani Nikula, Intel Open Source Graphics Center