linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments
@ 2022-06-21 11:45 Jiang Jian
  2022-06-23  1:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-21 11:45 UTC (permalink / raw)
  To: isdn; +Cc: jiangjian, netdev, linux-kernel

there is an unexpected word "the" in the comments that need to be dropped

file: ./drivers/isdn/hardware/mISDN/hfcsusb.c
line: 1560
 /* set USB_SIZE_I to match the the wMaxPacketSize for ISO transfers */
changed to
 /* set USB_SIZE_I to match the wMaxPacketSize for ISO transfers */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/isdn/hardware/mISDN/hfcsusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.c b/drivers/isdn/hardware/mISDN/hfcsusb.c
index cd5642cef01f..651f2f8f685b 100644
--- a/drivers/isdn/hardware/mISDN/hfcsusb.c
+++ b/drivers/isdn/hardware/mISDN/hfcsusb.c
@@ -1557,7 +1557,7 @@ reset_hfcsusb(struct hfcsusb *hw)
 	write_reg(hw, HFCUSB_USB_SIZE, (hw->packet_size / 8) |
 		  ((hw->packet_size / 8) << 4));
 
-	/* set USB_SIZE_I to match the the wMaxPacketSize for ISO transfers */
+	/* set USB_SIZE_I to match the wMaxPacketSize for ISO transfers */
 	write_reg(hw, HFCUSB_USB_SIZE_I, hw->iso_packet_size);
 
 	/* enable PCM/GCI master mode */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments
  2022-06-21 11:45 [PATCH] isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments Jiang Jian
@ 2022-06-23  1:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-06-23  1:30 UTC (permalink / raw)
  To: Jiang Jian; +Cc: isdn, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 21 Jun 2022 19:45:29 +0800 you wrote:
> there is an unexpected word "the" in the comments that need to be dropped
> 
> file: ./drivers/isdn/hardware/mISDN/hfcsusb.c
> line: 1560
>  /* set USB_SIZE_I to match the the wMaxPacketSize for ISO transfers */
> changed to
>  /* set USB_SIZE_I to match the wMaxPacketSize for ISO transfers */
> 
> [...]

Here is the summary with links:
  - isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments
    https://git.kernel.org/netdev/net-next/c/d4667f96f485

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-23  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 11:45 [PATCH] isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments Jiang Jian
2022-06-23  1:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).