Skip to content

Commit

Permalink
wifi: fill in MODULE_DESCRIPTION()s for p54spi
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Breno Leitao authored and Kalle Valo committed Jan 31, 2024
1 parent e063d2a commit 714ea2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/intersil/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 714ea2f

Please sign in to comment.