Re: [PATCH 24/34] net: ath: ath5k: Fix wrong function name in comments

From: Yang Shen
Date: Sun May 16 2021 - 21:55:54 EST




On 2021/5/15 19:37, Kalle Valo wrote:
Kalle Valo <kvalo@xxxxxxxxxxxxxx> writes:

Yang Shen <shenyang39@xxxxxxxxxx> writes:

Fixes the following W=1 kernel build warning(s):

drivers/net/wireless/ath/ath5k/pcu.c:865: warning: expecting
prototype for at5k_hw_stop_rx_pcu(). Prototype was for
ath5k_hw_stop_rx_pcu() instead

Cc: Jiri Slaby <jirislaby@xxxxxxxxxx>
Cc: Nick Kossifidis <mickflemm@xxxxxxxxx>
Cc: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Cc: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
Signed-off-by: Yang Shen <shenyang39@xxxxxxxxxx>
---
drivers/net/wireless/ath/ath5k/pcu.c | 2 +-

Patches for drivers/net/wireless should be sent to linux-wireless, I
recommend submitting those patches separately from rest of the series.
(Patches 24, 25, 29, 30 and 34)

Oh, and patch 33 should be also sent to linux-wireless.


Thanks! I'll fix this in the next version.

Regards,
Yang