[PATCH] phy: phy-brcm-usb: drop unexpected word "the" in the comments

Jiang Jian posted 1 patch 3 years, 10 months ago
drivers/phy/broadcom/phy-brcm-usb-init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] phy: phy-brcm-usb: drop unexpected word "the" in the comments
Posted by Jiang Jian 3 years, 10 months ago
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 <jiangjian@cdjrlc.com>
---
 drivers/phy/broadcom/phy-brcm-usb-init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))
-- 
2.17.1
Re: [PATCH] phy: phy-brcm-usb: drop unexpected word "the" in the comments
Posted by Vinod Koul 3 years, 9 months ago
On 21-06-22, 20:24, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be dropped

Applied, thanks

-- 
~Vinod
Re: [PATCH] phy: phy-brcm-usb: drop unexpected word "the" in the comments
Posted by Florian Fainelli 3 years, 10 months ago

On 6/21/2022 5:24 AM, Jiang Jian wrote:
> 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 <jiangjian@cdjrlc.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian