summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-10 12:30:07 +0800
committerKalle Valo <kvalo@kernel.org>2022-07-18 15:11:53 +0300
commit9a46c7d8d6f8998faff72a4f81e5b9dd523ccfbc (patch)
tree636954c1f62d33706a0fb6d246d4abe8a8df7dd4
parent9c817cb7e6746d2aac8b89c6c4ebcfe915a8b23f (diff)
downloadlinux-9a46c7d8d6f8998faff72a4f81e5b9dd523ccfbc.tar.bz2
wifi: rsi: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220710043007.33288-1-yuanjilin@cdjrlc.com
-rw-r--r--drivers/net/wireless/rsi/rsi_91x_sdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rsi/rsi_91x_sdio.c b/drivers/net/wireless/rsi/rsi_91x_sdio.c
index 9f16128e4ffa..d09998796ac0 100644
--- a/drivers/net/wireless/rsi/rsi_91x_sdio.c
+++ b/drivers/net/wireless/rsi/rsi_91x_sdio.c
@@ -796,7 +796,7 @@ static int rsi_sdio_host_intf_write_pkt(struct rsi_hw *adapter,
* rsi_sdio_host_intf_read_pkt() - This function reads the packet
* from the device.
* @adapter: Pointer to the adapter data structure.
- * @pkt: Pointer to the packet data to be read from the the device.
+ * @pkt: Pointer to the packet data to be read from the device.
* @length: Length of the data to be read from the device.
*
* Return: 0 on success, -1 on failure.