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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7EBAC04A6A for ; Tue, 15 Aug 2023 10:40:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236497AbjHOKj5 (ORCPT ); Tue, 15 Aug 2023 06:39:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236479AbjHOKjY (ORCPT ); Tue, 15 Aug 2023 06:39:24 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B157CBB for ; Tue, 15 Aug 2023 03:39:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692095962; x=1723631962; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1+slWlyrr8ZG73XYTgPfGrl47HDYAi2pGGhpLGv/13Q=; b=Vhb3NiKSKI2lG0Td8MbwvCYOfb1jRTJlJfxPRXURZZxSCA3dNJK9P21b ABp12fGzQlyW4CGRc4sXzrL+bv2Opwh+TSlU4ly8ZFyp554IbEx8+xmLD +sgtn3F2DQQEe0cUuYv8bkrkG+gFOixU3nWjUfradtX7SiQoJgmOqOOFj u9DRNYn2BUoaBGdxtYrjzHnj0M60SZLisrLowTFOHQsgUg3TCQ+iiLcz0 llJiQvLrz7csfsqbHCOyfCLxlXghW9zMS4VaOReycOAx6yYW6mGUpX668 +p4/HU95P1rjwRaQA+zdeJ3nsK4Se8oHxJcrRlJxnIdGsVhaTe7gcuvwh A==; X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="375982299" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="375982299" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2023 03:39:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="733797663" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="733797663" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 15 Aug 2023 03:39:20 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qVrSI-00Ew7c-0n; Tue, 15 Aug 2023 13:39:18 +0300 Date: Tue, 15 Aug 2023 13:39:17 +0300 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Yury Norov , Rasmus Villemoes , Thomas Gleixner , linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH 2/4] genirq/irq_sim: order includes alphabetically Message-ID: References: <20230812194457.6432-1-brgl@bgdev.pl> <20230812194457.6432-3-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230812194457.6432-3-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 12, 2023 at 09:44:55PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > For better maintenance and readability keep the included headers in > alphabetical order. ... > -#include > +#include This can be done in the previous patch already. -- With Best Regards, Andy Shevchenko