Re: [PATCH net-next 17/33] net: dsa: mv88e6060: Remove comma after sentinel-entry in match-table

From: Alexander Sverdlin

Date: Fri Sep 04 2026 - 04:59:46 EST


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@xxxxxx>

Reviewed-by: Alexander Sverdlin <alex@xxxxxxxxxxxx>

> ---
>  drivers/net/dsa/mv88e6060.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c
> index 9c8ac14cd4f5..64bf3d759d17 100644
> --- a/drivers/net/dsa/mv88e6060.c
> +++ b/drivers/net/dsa/mv88e6060.c
> @@ -362,7 +362,7 @@ static const struct of_device_id mv88e6060_of_match[] = {
>   {
>   .compatible = "marvell,mv88e6060",
>   },
> - { /* sentinel */ },
> + { /* sentinel */ }
>  };
>  
>  static struct mdio_driver mv88e6060_driver = {