Oliver Neukum 5f46c4
From a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253 Mon Sep 17 00:00:00 2001
Oliver Neukum 5f46c4
From: Jilin Yuan <yuanjilin@cdjrlc.com>
Oliver Neukum 5f46c4
Date: Sat, 16 Jul 2022 21:24:03 +0800
Oliver Neukum 5f46c4
Subject: [PATCH] usb/core: fix repeated words in comments
Oliver Neukum 5f46c4
Git-commit: a7a9f4c0060e8f29a5fc2fe610575c3eabfc2253
Oliver Neukum 5f46c4
References: git-fixes
Oliver Neukum 5f46c4
Patch-mainline: v6.0-rc1
Oliver Neukum 5f46c4
Oliver Neukum 5f46c4
 Delete the redundant word 'the'.
Oliver Neukum 5f46c4
Oliver Neukum 5f46c4
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Oliver Neukum 5f46c4
Link: https://lore.kernel.org/r/20220716132403.35270-1-yuanjilin@cdjrlc.com
Oliver Neukum 5f46c4
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Oliver Neukum 5f46c4
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Oliver Neukum 5f46c4
---
Oliver Neukum 5f46c4
 drivers/usb/core/driver.c | 2 +-
Oliver Neukum 5f46c4
 drivers/usb/core/usb.c    | 2 +-
Oliver Neukum 5f46c4
 2 files changed, 2 insertions(+), 2 deletions(-)
Oliver Neukum 5f46c4
Oliver Neukum 5f46c4
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c
Oliver Neukum 5f46c4
index b87452e22835..7e7e119c253f 100644
Oliver Neukum 5f46c4
--- a/drivers/usb/core/driver.c
Oliver Neukum 5f46c4
+++ b/drivers/usb/core/driver.c
Oliver Neukum 5f46c4
@@ -1482,7 +1482,7 @@ static int usb_suspend_both(struct usb_device *udev, pm_message_t msg)
Oliver Neukum 5f46c4
  * @msg: Power Management message describing this state transition
Oliver Neukum 5f46c4
  *
Oliver Neukum 5f46c4
  * This is the central routine for resuming USB devices.  It calls the
Oliver Neukum 5f46c4
- * the resume method for @udev and then calls the resume methods for all
Oliver Neukum 5f46c4
+ * resume method for @udev and then calls the resume methods for all
Oliver Neukum 5f46c4
  * the interface drivers in @udev.
Oliver Neukum 5f46c4
  *
Oliver Neukum 5f46c4
  * Autoresume requests originating from a child device or an interface
Oliver Neukum 5f46c4
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
Oliver Neukum 5f46c4
index 2f71636af6e1..11b15d7b357a 100644
Oliver Neukum 5f46c4
--- a/drivers/usb/core/usb.c
Oliver Neukum 5f46c4
+++ b/drivers/usb/core/usb.c
Oliver Neukum 5f46c4
@@ -801,7 +801,7 @@ EXPORT_SYMBOL_GPL(usb_intf_get_dma_device);
Oliver Neukum 5f46c4
  * is simple:
Oliver Neukum 5f46c4
  *
Oliver Neukum 5f46c4
  *	When locking both a device and its parent, always lock the
Oliver Neukum 5f46c4
- *	the parent first.
Oliver Neukum 5f46c4
+ *	parent first.
Oliver Neukum 5f46c4
  */
Oliver Neukum 5f46c4
 
Oliver Neukum 5f46c4
 /**
Oliver Neukum 5f46c4
-- 
Oliver Neukum 5f46c4
2.35.3
Oliver Neukum 5f46c4