Re: [PATCH net-next] ath5k: fix 'mode' kernel-doc warning in ath5k_hw_pcu_init()

2020-09-10 Thread Kalle Valo
Wang Hai wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/net/wireless/ath/ath5k/pcu.c:955: warning: Excess function parameter > 'mode' description in 'ath5k_hw_pcu_init' > > This parameter is not in use. Remove it. > > Reported-by: Hulk Robot > Signed-off-by: Wang Hai

[PATCH net-next] ath5k: fix 'mode' kernel-doc warning in ath5k_hw_pcu_init()

2020-09-09 Thread Wang Hai
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/ath/ath5k/pcu.c:955: warning: Excess function parameter 'mode' description in 'ath5k_hw_pcu_init' This parameter is not in use. Remove it. Reported-by: Hulk Robot Signed-off-by: Wang Hai --- drivers/net/wireless/ath/ath5k/