From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2DB3A264A8E; Thu, 4 Sep 2025 20:16:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757016987; cv=none; b=nPGmrnNDL3wfu6yR1/9iEtGBsjbmer1hRFUGMNWLRJcCizarz2nFLSdmdtGk+HF2gMBnTRy9y8O2HtZ6EzojfhPjbpPAIS9WgpK8jfq4qAAn8KNiinAuAW5fWGAR7MUiAFeve+NaRwK7ZH6Vg0hpKOJu6oSLbDmhkoEh9W3Pc1M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757016987; c=relaxed/simple; bh=MHaY1C40/+Jq2DQvFH80kcW82U4tjH4j2jV3lW9ww54=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oMEWlCdP0OThZibkv7igscWfbe4t6OYnQSuO6fQS9JyijbLMu0exk88CVsMwv6u5A+t34kM/oTy7/1ecuLnnZQze2HAfiNWB3JzpZrmBfJrSism3LLpvEwAQJQeYM4N0IUNgzQy+NkgPjRg9zzV8a7/hxdhjWllLdvfwzP3Pc64= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=bFJ6flGK; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="bFJ6flGK" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=JhLuBPzuzJgNoY9RYve6SyCzVJfZ5HtsC3TCT1JPgHo=; b=bFJ6flGK6d8xUZniycfDLdV5ji sUG6MnVvy94Ax3yTwdQBELJpNaErj05PNye0NZ1e3mBLEtVxJ7O2JbZAMlQBMgx9Qamede9C1+6Hy bSygcKoJ8armozZWbEhbihTQEDzUdP0ke6g8+t756ZqAL0OU2XlGovvrxjaBEbKXkzLc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uuGNL-007GYK-2l; Thu, 04 Sep 2025 22:16:07 +0200 Date: Thu, 4 Sep 2025 22:16:07 +0200 From: Andrew Lunn To: Prabhakar Cc: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Russell King , Philipp Zabel , Geert Uytterhoeven , Magnus Damm , Wolfram Sang , linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Fabrizio Castro , Lad Prabhakar Subject: Re: [PATCH net-next v2 2/9] net: pcs: rzn1-miic: Drop trailing comma from of_device_id table Message-ID: <8f96f8d7-e2eb-47ee-abf8-4f9c96c74a3d@lunn.ch> References: <20250904114204.4148520-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20250904114204.4148520-3-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250904114204.4148520-3-prabhakar.mahadev-lad.rj@bp.renesas.com> On Thu, Sep 04, 2025 at 12:41:56PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > Remove the trailing comma after the sentinel entry in the > of_device_id match table. > > Signed-off-by: Lad Prabhakar Reviewed-by: Andrew Lunn Andrew