wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return
authorMartin Kaiser <martin@kaiser.cx>
Thu, 27 Apr 2023 18:59:36 +0000 (20:59 +0200)
committerKalle Valo <kvalo@kernel.org>
Fri, 5 May 2023 07:33:46 +0000 (10:33 +0300)
commit271a588d34ed1dd771bc85a224b05ccdacce1de8
treec5b5e66efba5aaf29edcd7e4f672085dfaab47fa
parent6dc28456aa172b6e4dcc8e0914026b4026ae0a05
wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return

Remove a return statement at the end of a void function.

This fixes a checkpatch warning.

WARNING: void function return statements are not generally useful
6206: FILE: ./drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:6206:
+  return;
+}

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230427185936.923777-1-martin@kaiser.cx
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c