[PATCH net-next 08/10] net: fill in MODULE_DESCRIPTION()s for ds26522 module

From: Breno Leitao
Date: Mon Jan 08 2024 - 13:21:38 EST


W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to Slic Maxim ds26522 card driver.

Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
---
drivers/net/wan/slic_ds26522.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wan/slic_ds26522.c b/drivers/net/wan/slic_ds26522.c
index 8a51cfcff99e..cbb99fc5ea9f 100644
--- a/drivers/net/wan/slic_ds26522.c
+++ b/drivers/net/wan/slic_ds26522.c
@@ -28,6 +28,7 @@

static struct spi_device *g_spi;

+MODULE_DESCRIPTION("Slic Maxim DS26522 driver");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Zhao Qiang<B45475@xxxxxxxxxxxxx>");

--
2.39.3