Thread (52 messages) flat view 52 messages, 12 authors, 5d ago

Re: [PATCH net-next 20/33] net: dsa: realtek: rtl8365mb: Remove comma after sentinel-entry in match-table

From: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Date: 2026-09-04 13:55:36
Also in: linux-can, linux-omap, linux-renesas-soc, linux-riscv, lkml, netdev, spacemit

Em sex., 4 de set. de 2026 às 01:39, Siddharth Vadapalli
[off-list ref] escreveu:
quoted hunk ↗ jump to hunk
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>
---
 drivers/net/dsa/realtek/rtl8365mb_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/dsa/realtek/rtl8365mb_main.c b/drivers/net/dsa/realtek/rtl8365mb_main.c
index 4c305756116c..f8220d832e46 100644
--- a/drivers/net/dsa/realtek/rtl8365mb_main.c
+++ b/drivers/net/dsa/realtek/rtl8365mb_main.c
@@ -3352,7 +3352,7 @@ const struct realtek_variant rtl8365mb_variant = {

 static const struct of_device_id rtl8365mb_of_match[] = {
        { .compatible = "realtek,rtl8365mb", .data = &rtl8365mb_variant, },
-       { /* sentinel */ },
+       { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, rtl8365mb_of_match);

--
2.51.1
Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help