]> xenbits.xensource.com Git - people/aperard/linux.git/commitdiff
wifi: fill in MODULE_DESCRIPTION()s for p54spi
authorBreno Leitao <leitao@debian.org>
Tue, 30 Jan 2024 10:42:40 +0000 (02:42 -0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 31 Jan 2024 16:32:32 +0000 (18:32 +0200)
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the Prism54 SPI wireless driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240130104243.3025393-7-leitao@debian.org
drivers/net/wireless/intersil/p54/p54spi.c

index ce0179b8ab368fa7138a394afbc32678b05d20fc..0073b5e0f9c90ba473e71f1902724d8979bdc792 100644 (file)
@@ -700,6 +700,7 @@ static struct spi_driver p54spi_driver = {
 
 module_spi_driver(p54spi_driver);
 
+MODULE_DESCRIPTION("Prism54 SPI wireless driver");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>");
 MODULE_ALIAS("spi:cx3110x");