summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Shen <shenyang39@huawei.com>2021-05-17 08:01:37 +0300
committerKalle Valo <kvalo@codeaurora.org>2021-06-15 16:10:45 +0300
commit30657b8ee459f3878647d29799bd13b7cf2c95f9 (patch)
tree85ad58dfa1d26092889c9d766b567b6e201517ce
parent5a8e5dae2a22d1580f6d72be54bb57ab29305cc6 (diff)
downloadlinux-30657b8ee459f3878647d29799bd13b7cf2c95f9.tar.xz
libertas_tf: Fix wrong function name in comments
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> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210517050141.61488-8-shenyang39@huawei.com
-rw-r--r--drivers/net/wireless/marvell/libertas_tf/if_usb.c2
1 files changed, 1 insertions, 1 deletions
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
*/