Commit a7a9f4c0 authored by Jilin Yuan's avatar Jilin Yuan Committed by Greg Kroah-Hartman

usb/core: fix repeated words in comments

 Delete the redundant word 'the'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716132403.35270-1-yuanjilin@cdjrlc.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86c4bb4f
...@@ -1482,7 +1482,7 @@ static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) ...@@ -1482,7 +1482,7 @@ static int usb_suspend_both(struct usb_device *udev, pm_message_t msg)
* @msg: Power Management message describing this state transition * @msg: Power Management message describing this state transition
* *
* This is the central routine for resuming USB devices. It calls the * This is the central routine for resuming USB devices. It calls the
* the resume method for @udev and then calls the resume methods for all * resume method for @udev and then calls the resume methods for all
* the interface drivers in @udev. * the interface drivers in @udev.
* *
* Autoresume requests originating from a child device or an interface * Autoresume requests originating from a child device or an interface
......
...@@ -801,7 +801,7 @@ EXPORT_SYMBOL_GPL(usb_intf_get_dma_device); ...@@ -801,7 +801,7 @@ EXPORT_SYMBOL_GPL(usb_intf_get_dma_device);
* is simple: * is simple:
* *
* When locking both a device and its parent, always lock the * When locking both a device and its parent, always lock the
* the parent first. * parent first.
*/ */
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment