[PATCH net 5/9] wifi: fill in MODULE_DESCRIPTION()s for wcn36xx

Breno Leitao posted 9 patches 7 months, 3 weeks ago
[PATCH net 5/9] wifi: fill in MODULE_DESCRIPTION()s for wcn36xx
Posted by Breno Leitao 7 months, 3 weeks ago
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the Qualcomm Atheros WCN3660/3680 wireless driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 drivers/net/wireless/ath/wcn36xx/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
index 41119fb177e3..4e6b4df8562f 100644
--- a/drivers/net/wireless/ath/wcn36xx/main.c
+++ b/drivers/net/wireless/ath/wcn36xx/main.c
@@ -1685,6 +1685,7 @@ static struct platform_driver wcn36xx_driver = {
 
 module_platform_driver(wcn36xx_driver);
 
+MODULE_DESCRIPTION("Qualcomm Atheros WCN3660/3680 wireless driver");
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_AUTHOR("Eugene Krasnikov k.eugene.e@gmail.com");
 MODULE_FIRMWARE(WLAN_NV_FILE);
-- 
2.39.3
Re: [PATCH net 5/9] wifi: fill in MODULE_DESCRIPTION()s for wcn36xx
Posted by Jeff Johnson 7 months, 3 weeks ago
On 1/30/2024 2:42 AM, Breno Leitao wrote:
> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add descriptions to the Qualcomm Atheros WCN3660/3680 wireless driver.
> 
> Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>

> ---
>  drivers/net/wireless/ath/wcn36xx/main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
> index 41119fb177e3..4e6b4df8562f 100644
> --- a/drivers/net/wireless/ath/wcn36xx/main.c
> +++ b/drivers/net/wireless/ath/wcn36xx/main.c
> @@ -1685,6 +1685,7 @@ static struct platform_driver wcn36xx_driver = {
>  
>  module_platform_driver(wcn36xx_driver);
>  
> +MODULE_DESCRIPTION("Qualcomm Atheros WCN3660/3680 wireless driver");
>  MODULE_LICENSE("Dual BSD/GPL");
>  MODULE_AUTHOR("Eugene Krasnikov k.eugene.e@gmail.com");
>  MODULE_FIRMWARE(WLAN_NV_FILE);