projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c817cb
)
wifi: rsi: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Sun, 10 Jul 2022 04:30:07 +0000
(12:30 +0800)
committer
Kalle Valo
<kvalo@kernel.org>
Mon, 18 Jul 2022 12:11:53 +0000
(15:11 +0300)
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
drivers/net/wireless/rsi/rsi_91x_sdio.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rsi/rsi_91x_sdio.c
b/drivers/net/wireless/rsi/rsi_91x_sdio.c
index 9f16128e4ffab1fa846d723c78bd18c4dbb995ac..d09998796ac08bca4255f3f14c8503e9fd3a26af 100644
(file)
--- 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.