aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Jian <[email protected]>2022-06-21 20:24:01 +0800
committerVinod Koul <[email protected]>2022-07-05 12:59:17 +0530
commitfc227d807b4b4da9fe05dcf61340eec80ff19de0 (patch)
treeacc9f14ba102aea35fe1c2499ebf9432a45afd1e
parent8dc60f8da22fdbaa1fafcfb5ff6d24bc9eff56aa (diff)
phy: phy-brcm-usb: drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped file: ./drivers/phy/broadcom/phy-brcm-usb-init.c line: 864 * Make sure the the second and third memory controller changed to * Make sure the second and third memory controller Signed-off-by: Jiang Jian <[email protected]> Acked-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r--drivers/phy/broadcom/phy-brcm-usb-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/broadcom/phy-brcm-usb-init.c b/drivers/phy/broadcom/phy-brcm-usb-init.c
index dd0f66288fbd..dddcbd3cd5f3 100644
--- a/drivers/phy/broadcom/phy-brcm-usb-init.c
+++ b/drivers/phy/broadcom/phy-brcm-usb-init.c
@@ -861,7 +861,7 @@ static void usb_init_common(struct brcm_usb_init_params *params)
brcmusb_usb2_eye_fix(ctrl);
/*
- * Make sure the the second and third memory controller
+ * Make sure the second and third memory controller
* interfaces are enabled if they exist.
*/
if (USB_CTRL_MASK_FAMILY(params, SETUP, SCB1_EN))