projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257ca10
)
wifi: fill in MODULE_DESCRIPTION()s for ar5523
author
Breno Leitao
<leitao@debian.org>
Tue, 30 Jan 2024 10:42:38 +0000
(
02:42
-0800)
committer
Kalle 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 Atheros AR5523 wireless driver.
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://msgid.link/20240130104243.3025393-5-leitao@debian.org
drivers/net/wireless/ath/ar5523/ar5523.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ar5523/ar5523.c
b/drivers/net/wireless/ath/ar5523/ar5523.c
index 43e0db78d42beccfc2883050bb2665c191e675f8..a742cec44e3db823ae3fa85d6161e20d10dc64fb 100644
(file)
--- a/
drivers/net/wireless/ath/ar5523/ar5523.c
+++ b/
drivers/net/wireless/ath/ar5523/ar5523.c
@@
-1803,5
+1803,6
@@
static struct usb_driver ar5523_driver = {
module_usb_driver(ar5523_driver);
+MODULE_DESCRIPTION("Atheros AR5523 wireless driver");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_FIRMWARE(AR5523_FIRMWARE_FILE);