Skip to content

Commit

Permalink
phy: phy-brcm-usb: drop unexpected word "the" in the comments
Browse files Browse the repository at this point in the history
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>
Link: https://lore.kernel.org/r/20220621122401.115500-1-jiangjian@cdjrlc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Jiang Jian authored and Vinod Koul committed Jul 5, 2022
1 parent 8dc60f8 commit fc227d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/broadcom/phy-brcm-usb-init.c
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit fc227d8

Please sign in to comment.