Message ID | 20210517050141.61488-8-shenyang39@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 30657b8ee459f3878647d29799bd13b7cf2c95f9 |
Delegated to: | Kalle Valo |
Headers | show |
Series | Rid W=1 warnings in wireless | expand |
Yang Shen <shenyang39@huawei.com> wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/net/wireless/marvell/libertas_tf/if_usb.c:56: warning: expecting prototype for if_usb_wrike_bulk_callback(). Prototype was for if_usb_write_bulk_callback() instead > > Signed-off-by: Yang Shen <shenyang39@huawei.com> 4 patches applied to wireless-drivers-next.git, thanks. 30657b8ee459 libertas_tf: Fix wrong function name in comments 9a0fb9502f0d rtlwifi: Fix wrong function name in comments c707db1b2e7b rsi: Fix missing function name in comments c3b67ea3d97a wlcore: Fix missing function name in comments
diff --git a/drivers/net/wireless/marvell/libertas_tf/if_usb.c b/drivers/net/wireless/marvell/libertas_tf/if_usb.c index a92916dc81a9..fe0a69e804d8 100644 --- a/drivers/net/wireless/marvell/libertas_tf/if_usb.c +++ b/drivers/net/wireless/marvell/libertas_tf/if_usb.c @@ -48,7 +48,7 @@ static int if_usb_submit_rx_urb(struct if_usb_card *cardp); static int if_usb_reset_device(struct lbtf_private *priv); /** - * if_usb_wrike_bulk_callback - call back to handle URB status + * if_usb_write_bulk_callback - call back to handle URB status * * @urb: pointer to urb structure */
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/marvell/libertas_tf/if_usb.c:56: warning: expecting prototype for if_usb_wrike_bulk_callback(). Prototype was for if_usb_write_bulk_callback() instead Signed-off-by: Yang Shen <shenyang39@huawei.com> --- drivers/net/wireless/marvell/libertas_tf/if_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.17.1