OSDN Git Service

usb: dwc2: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 10:35:58 +0000 (18:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jun 2022 11:37:34 +0000 (13:37 +0200)
commit2958d494b7577037a257461bae0bfe723f192910
tree3775e0d1f9bca2e4b26bf0bd83431a2b8ec9ff2d
parentdb638c6500abaffb8f7770b2a69c40d003d54ae1
usb: dwc2: drop unexpected word "the" in the comments

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

file: ./drivers/usb/dwc2/hcd.c
line: 1002

          * even and the current frame number is even the the transfer
changed to:
          * even and the current frame number is even the transfer

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220622103558.6647-1-jiangjian@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd.c