Skip to content

Commit 714ea2f

Browse files
leitaoKalle Valo
authored andcommitted
wifi: fill in MODULE_DESCRIPTION()s for p54spi
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected]
1 parent e063d2a commit 714ea2f

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/intersil/p54

1 file changed

+1
-0
lines changed

drivers/net/wireless/intersil/p54/p54spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ static struct spi_driver p54spi_driver = {
700700

701701
module_spi_driver(p54spi_driver);
702702

703+
MODULE_DESCRIPTION("Prism54 SPI wireless driver");
703704
MODULE_LICENSE("GPL");
704705
MODULE_AUTHOR("Christian Lamparter <[email protected]>");
705706
MODULE_ALIAS("spi:cx3110x");

0 commit comments

Comments
 (0)