Netdev List
 help / color / mirror / Atom feed
From: Alexander Sverdlin <alex@sverdlin.org>
To: Siddharth Vadapalli <s-vadapalli@ti.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 18/33] net: dsa: mv88e6xxx: Remove comma after sentinel-entry in match-table
Date: Fri, 04 Sep 2026 10:47:37 +0200	[thread overview]
Message-ID: <398cb835c1ccd7889b832753beb408ba25c1c2c9.camel@sverdlin.org> (raw)
In-Reply-To: <20260904043724.2955444-19-s-vadapalli@ti.com>

On Fri, 2026-09-04 at 10:06 +0530, Siddharth Vadapalli wrote:
> Since sentinel is the last entry and we do not expect further entries
> following it, remove the comma.
> 
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>

Reviewed-by: Alexander Sverdlin <alex@sverdlin.org>

> ---
>  drivers/net/dsa/mv88e6xxx/chip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
> index 80b877c74513..f8aa93e9ee18 100644
> --- a/drivers/net/dsa/mv88e6xxx/chip.c
> +++ b/drivers/net/dsa/mv88e6xxx/chip.c
> @@ -7513,7 +7513,7 @@ static const struct of_device_id mv88e6xxx_of_match[] = {
>  		.compatible = "marvell,mv88e6250",
>  		.data = &mv88e6xxx_table[MV88E6250],
>  	},
> -	{ /* sentinel */ },
> +	{ /* sentinel */ }
>  };
>  
>  MODULE_DEVICE_TABLE(of, mv88e6xxx_of_match);

  reply	other threads:[~2026-09-04  8:47 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-04  4:36 [PATCH net-next 00/33] Remove comma after sentinel entries in match table Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 01/33] can: bxcan: Remove comma after sentinel-entry in match-table Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 02/33] can: c_can: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 03/33] can: flexcan: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 04/33] can: ifi_canfd: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 05/33] can: m_can: " Siddharth Vadapalli
2026-09-04  8:27   ` Markus Schneider-Pargmann
2026-09-04  4:36 ` [PATCH net-next 06/33] can: sja1000: f81601: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 07/33] can: sja1000_platform: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 08/33] net: dsa: b53: mdio: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 09/33] net: dsa: b53: srab: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 10/33] net: dsa: bcm_sf2: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 11/33] net: dsa: hellcreek: " Siddharth Vadapalli
2026-09-04  8:31   ` Kurt Kanzenbach
2026-09-04  4:36 ` [PATCH net-next 12/33] net: dsa: lan9303: i2c: " Siddharth Vadapalli
2026-09-04  8:52   ` Alexander Sverdlin
2026-09-04  4:36 ` [PATCH net-next 13/33] net: dsa: lan9303: mdio: " Siddharth Vadapalli
2026-09-04  8:51   ` Alexander Sverdlin
2026-09-04  4:36 ` [PATCH net-next 14/33] net: dsa: mxl-gsw1xx: " Siddharth Vadapalli
2026-09-04  8:52   ` Alexander Sverdlin
2026-09-04  9:59   ` Daniel Golle
2026-09-04  4:36 ` [PATCH net-next 15/33] net: dsa: mt7530: mdio: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 16/33] net: dsa: mt7530: mmio: " Siddharth Vadapalli
2026-09-04  9:59   ` Daniel Golle
2026-09-04  4:36 ` [PATCH net-next 17/33] net: dsa: mv88e6060: " Siddharth Vadapalli
2026-09-04  8:48   ` Alexander Sverdlin
2026-09-04 22:35   ` Linus Walleij
2026-09-04  4:36 ` [PATCH net-next 18/33] net: dsa: mv88e6xxx: " Siddharth Vadapalli
2026-09-04  8:47   ` Alexander Sverdlin [this message]
2026-09-04 22:36   ` Linus Walleij
2026-09-04  4:36 ` [PATCH net-next 19/33] net: dsa: qca8k: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 20/33] net: dsa: realtek: rtl8365mb: " Siddharth Vadapalli
2026-09-04 13:55   ` Luiz Angelo Daros de Luca
2026-09-04 22:34   ` Linus Walleij
2026-09-04  4:36 ` [PATCH net-next 21/33] net: dsa: realtek: rtl8366rb: " Siddharth Vadapalli
2026-09-04 22:36   ` Linus Walleij
2026-09-04  4:36 ` [PATCH net-next 22/33] net: dsa: rzn1_a5psw: " Siddharth Vadapalli
2026-09-04  8:14   ` Geert Uytterhoeven
2026-09-04  4:36 ` [PATCH net-next 23/33] net: dsa: sja1105: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 24/33] net: bcmasp: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 25/33] net: spacemit: k1_emac: " Siddharth Vadapalli
2026-09-04 14:19   ` Vivian Wang
2026-09-04  4:36 ` [PATCH net-next 26/33] net: ti: am65-cpsw-nuss: " Siddharth Vadapalli
2026-09-04  8:46   ` Alexander Sverdlin
2026-09-04  4:36 ` [PATCH net-next 27/33] net: ethernet: ti: cpsw: " Siddharth Vadapalli
2026-09-04  8:45   ` Alexander Sverdlin
2026-09-04  4:36 ` [PATCH net-next 28/33] net: ethernet: ti: cpsw_new: " Siddharth Vadapalli
2026-09-04  8:45   ` Alexander Sverdlin
2026-09-04  4:36 ` [PATCH net-next 29/33] net: mdio: bcm-iproc: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 30/33] net: mdio: bcm-unimac: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 31/33] net: pcs: xpcs-plat: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 32/33] net: phy: nxp-c45-tja11xx: " Siddharth Vadapalli
2026-09-04  4:36 ` [PATCH net-next 33/33] net: wan: slic_ds26522: " Siddharth Vadapalli
2026-09-04 15:58 ` [PATCH net-next 00/33] Remove comma after sentinel entries in match table Jakub Kicinski
2026-09-05  5:39   ` Siddharth Vadapalli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=398cb835c1ccd7889b832753beb408ba25c1c2c9.camel@sverdlin.org \
    --to=alex@sverdlin.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=s-vadapalli@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox