[PATCH net-next 33/33] net: wan: slic_ds26522: Remove comma after sentinel-entry in match-table

From: Siddharth Vadapalli

Date: Fri Sep 04 2026 - 00:56:09 EST


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