[PATCH net-next 33/33] net: wan: slic_ds26522: Remove comma after sentinel-entry in match-table
Siddharth Vadapalli
s-vadapalli at ti.com
Thu Sep 3 21:36:39 PDT 2026
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 at ti.com>
---
drivers/net/wan/slic_ds26522.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wan/slic_ds26522.c b/drivers/net/wan/slic_ds26522.c
index cbb99fc5ea9f..c57e7cb98410 100644
--- a/drivers/net/wan/slic_ds26522.c
+++ b/drivers/net/wan/slic_ds26522.c
@@ -219,7 +219,7 @@ static int slic_ds26522_probe(struct spi_device *spi)
static const struct spi_device_id slic_ds26522_id[] = {
{ .name = "ds26522" },
- { /* sentinel */ },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(spi, slic_ds26522_id);
--
2.51.1
More information about the linux-riscv
mailing list