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 B49A5CA0FE6 for ; Fri, 1 Sep 2023 08:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240376AbjIAIxk (ORCPT ); Fri, 1 Sep 2023 04:53:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230490AbjIAIxj (ORCPT ); Fri, 1 Sep 2023 04:53:39 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A7C510D3 for ; Fri, 1 Sep 2023 01:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693558417; x=1725094417; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=0r8fksdnkn/wKLJZct3yyHi/74DvYg2k1d4RE/twr2Q=; b=dVSnyzmsFHhB3qhgxFcu0nMgBINlVBxw8iCn5DTnHzUfpbyd7fkw8ZE6 YrbmWcPMYEQmCCzf7oEY8ANXG9Vu1WjuzeGQPgSqSESnMH6zbwqI+VU2R yAt+OJMBVdOgS5NkKJhTwouDx5lIcXXsZ7Z8Vk5Pt27SXoA01JfdKt9wT tXB9Ws4/qWBGexP2nRLYI9opCzvAK8zIS0Bq7t7ZWW5M/Fcio0CndYacI qbGv4HlZ3PKxzVfitH67We+48HNQT1U88AAU6zoqZ6o0O/nXo7wAa9AyW JXb+lVaQqaHsbI70SeRJLv5qIHrmNOsp8DpW5p7FXQjE00JZTT4sZVJR/ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="379956914" X-IronPort-AV: E=Sophos;i="6.02,219,1688454000"; d="scan'208";a="379956914" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2023 01:53:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="774917377" X-IronPort-AV: E=Sophos;i="6.02,219,1688454000"; d="scan'208";a="774917377" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2023 01:53:33 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qbzuD-005cqE-33; Fri, 01 Sep 2023 11:53:29 +0300 Date: Fri, 1 Sep 2023 11:53:29 +0300 From: Andy Shevchenko To: Biju Das Cc: Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Mark Brown , Charles Keepax , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , patches@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Biju Das Subject: Re: [PATCH v4 2/3] ASoC: wm8580: Remove trailing comma in the terminator entry Message-ID: References: <20230901065952.18760-1-biju.das.jz@bp.renesas.com> <20230901065952.18760-3-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230901065952.18760-3-biju.das.jz@bp.renesas.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 01, 2023 at 07:59:51AM +0100, Biju Das wrote: > Remove trailing comma in the terminator entry for OF table. You are so fast :-) This will produce an unneeded churn as you touch the same line twice in a row. Just combine them and mention both changes in the commit message. With that done, Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko