drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Delete the redundant word 'and'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
index 212fbbe1cd7e..2136c3c434ae 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
@@ -1617,7 +1617,7 @@ static u8 brcmf_sdio_rxglom(struct brcmf_sdio *bus, u8 rxseq)
/* Do an SDIO read for the superframe. Configurable iovar to
* read directly into the chained packet, or allocate a large
- * packet and and copy into the chain.
+ * packet and copy into the chain.
*/
sdio_claim_host(bus->sdiodev->func1);
errcode = brcmf_sdiod_recv_chain(bus->sdiodev,
--
2.36.1
Xiang wangx <wangxiang@cdjrlc.com> wrote: > Delete the redundant word 'and'. > > Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Patch applied to wireless-next.git, thanks. 3f368ed80201 wifi: mwl8k: use time_after to replace "jiffies > a" -- https://patchwork.kernel.org/project/linux-wireless/patch/20220618131305.13101-1-wangxiang@cdjrlc.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Kalle Valo <kvalo@kernel.org> writes: > Xiang wangx <wangxiang@cdjrlc.com> wrote: > >> Delete the redundant word 'and'. >> >> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> > > Patch applied to wireless-next.git, thanks. > > 3f368ed80201 wifi: mwl8k: use time_after to replace "jiffies > a" Oh man, my patchwork script doesn't detect if a similar patch has been already applied and it just silently accepts the patch. That's why mwl8k is showing here and in other typo fixes. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
© 2016 - 2026 Red Hat, Inc.