diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-16 21:44:57 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-27 14:34:05 +0200 |
commit | d5851c2480253e6a58965d832d5ffbffba6c4729 (patch) | |
tree | 6d113c2e3b8f2efed783b214b9eb441ae6b0cc0d /drivers/usb/musb/tusb6010.c | |
parent | 676cb83b11c3648f513e84cf3a8616e9e1539d44 (diff) | |
download | lwn-d5851c2480253e6a58965d832d5ffbffba6c4729.tar.gz lwn-d5851c2480253e6a58965d832d5ffbffba6c4729.zip |
usb/musb: fix repeated words in comments
Delete the redundant word 'mode'.
Delete the redundant word 'than'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716134457.46535-1-yuanjilin@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/tusb6010.c')
-rw-r--r-- | drivers/usb/musb/tusb6010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c index 7ed4cc348d99..5609b4e84d40 100644 --- a/drivers/usb/musb/tusb6010.c +++ b/drivers/usb/musb/tusb6010.c @@ -495,7 +495,7 @@ done: } /* - * Maybe put TUSB6010 into idle mode mode depending on USB link status, + * Maybe put TUSB6010 into idle mode depending on USB link status, * like "disconnected" or "suspended". We'll be woken out of it by * connect, resume, or disconnect. * |