diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-16 21:24:03 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-27 14:32:29 +0200 |
commit | a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253 (patch) | |
tree | 0c285f0478f417cfe710efe8da264fe2711f214f /drivers/usb/core/usb.c | |
parent | 86c4bb4f124eec79423b90ef138402bf0b809bce (diff) | |
download | linux-a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253.tar.gz linux-a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253.tar.bz2 linux-a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253.zip |
usb/core: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716132403.35270-1-yuanjilin@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/usb.c')
-rw-r--r-- | drivers/usb/core/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index 2f71636af6e1..11b15d7b357a 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c @@ -801,7 +801,7 @@ EXPORT_SYMBOL_GPL(usb_intf_get_dma_device); * is simple: * * When locking both a device and its parent, always lock the - * the parent first. + * parent first. */ /** |