]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 11:45:29 +0000 (19:45 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Jun 2022 01:20:46 +0000 (18:20 -0700)
commit637db59945e94b4028957eb86bfc0c363b65c3c6
treec7a1436e437ef7c95ccdce3eef9681257956a7d8
parentf39b56895f7d3a167bcf7ea4262d583afb0278d9
isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments

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>
Link: https://lore.kernel.org/r/20220621114529.108079-1-jiangjian@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/isdn/hardware/mISDN/hfcsusb.c