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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 40F25C433F5 for ; Wed, 2 Mar 2022 18:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:CC:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=ajC3LpkjUP7uQ+OuFJR08xK0zBhnoyiQQ0afc72HDts=; b=snofkJPbimZj8o+Il3tLqh0t2w 2K3tHpO4E4FobGi3g1ieqxPSQnJXM0aGxDa6DW6uvZlkCpcm7ImmOzmzmTkMfFnj5z8s8TAXg6e0f PWaXJG4QuXjZPl/KuQEZfEciiK7vXJfJmIWJCPhgv+e2TaKCz4Tgq2yHbjsd80ZMsLpoMCkk2mt1Q iK1UVjhbZpPFWFBz+kU4TNbq6M7ebinIuhTd198VGa7yZZtnq9KqefaXQ9qOMzjqXPYiIfuasCa94 WAPe2Q4fs2tS5TRguBLgS+QsPqnCnlKpjbsE0oV5k3OzrX8zRvAtyGssFx85a6ykgFtvxxbSaI9in ebGwuLMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPUB7-003tg4-8R; Wed, 02 Mar 2022 18:58:25 +0000 Received: from mxout04.lancloud.ru ([45.84.86.114]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPUB3-003teU-OF for linux-arm-kernel@lists.infradead.org; Wed, 02 Mar 2022 18:58:23 +0000 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout04.lancloud.ru DB9F120A6FDB Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH] ata: Drop commas after OF match table sentinels To: Geert Uytterhoeven , Damien Le Moal CC: Hans de Goede , Jens Axboe , "Patrice Chotard" , Linus Walleij , , , , References: <15d4b8e1108c902c4e80c87edfc702a7786de4ba.1646209667.git.geert+renesas@glider.be> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: Date: Wed, 2 Mar 2022 21:58:08 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <15d4b8e1108c902c4e80c87edfc702a7786de4ba.1646209667.git.geert+renesas@glider.be> Content-Language: en-US X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT02.lancloud.ru (fd00:f066::142) To LFEX1907.lancloud.ru (fd00:f066::207) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220302_105821_991338_E3539341 X-CRM114-Status: UNSURE ( 9.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello! On 3/2/22 11:30 AM, Geert Uytterhoeven wrote: > It does not make sense to have a comma after a sentinel, as any new > elements must be added before the sentinel. > > Add comments to clarify the purpose of the empty elements. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergey Shtylyov [...] MBR, Sergey _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel