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 0A36EECAAD5 for ; Mon, 29 Aug 2022 15:20:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229692AbiH2PU5 (ORCPT ); Mon, 29 Aug 2022 11:20:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbiH2PU4 (ORCPT ); Mon, 29 Aug 2022 11:20:56 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 875D5647D3; Mon, 29 Aug 2022 08:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661786455; x=1693322455; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=uxJC5RyIvqRPTFaq8u3zwzY6+WnQHFd6VU87M4w9eys=; b=Q8cENqbX5xpldMsAIOqW7/SkUTTvxk6Smfu4SLoeSyq00N+Qoi1OZa5H J99VmjOOAn9tHL0MoVPcDvzpkZKWlSJ8Sj0u2pm4K6k8XO2HdaktZcPfR yThsocjUvxNw2eW6ra6O98xusooPLdrqDuGsITZwHp23MKfxfCwDbtdEa J5KfWOKGVaWwAd3sIRj9btH1HbahmciWoSZlcr+/AFREkV8eKUon3YtUC ptGUOlbfexJlT3WWfFmB0ceveGSDgmVpD0Hqhm1RyfGStlP6NUgWnfamK FTNz7JS3HK+VVMCyMX7kzSPgXvJ89FM57TJ4QnZf90QQu3CUCJ8kuuH5O g==; X-IronPort-AV: E=McAfee;i="6500,9779,10454"; a="295697971" X-IronPort-AV: E=Sophos;i="5.93,272,1654585200"; d="scan'208";a="295697971" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2022 08:20:49 -0700 X-IronPort-AV: E=Sophos;i="5.93,272,1654585200"; d="scan'208";a="562255775" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2022 08:20:47 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oSgX4-005aCL-0G; Mon, 29 Aug 2022 18:18:34 +0300 Date: Mon, 29 Aug 2022 18:18:29 +0300 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: ACPI Devel Maling List , Linux Kernel Mailing List , Len Brown Subject: Re: [PATCH v1 4/4] ACPI: platform: Keep list of ACPI IDs sorted Message-ID: References: <20220829141100.63934-1-andriy.shevchenko@linux.intel.com> <20220829141100.63934-4-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Aug 29, 2022 at 04:28:23PM +0200, Rafael J. Wysocki wrote: > On Mon, Aug 29, 2022 at 4:10 PM Andy Shevchenko > wrote: > > > > For better maintenance keep list of the ACPI IDs sorted. > > While at it, replace terminator with more standard '{ }'. > > > > Signed-off-by: Andy Shevchenko > > Subject: ACPI: platform: Sort forbidden_id_list[] in ascending order > > Changelog: > > "For easier maintenance, sort the forbidden_id_list[] table rows in > ascending order with respect to the device ID field. > > While at it, use an empty row as the list terminator, which is more > usual in the kernel." > > Pretty please. Sure, thanks for the corrections, will embed them in v2. -- With Best Regards, Andy Shevchenko