Skip to content

Commit f394004

Browse files
prabhakarladintel-lab-lkp
authored andcommitted
usb: renesas_usbhs: Fix typo in comment
Fix a typo in the comment by correcting "deviece" to "device" for clarity and readability. Signed-off-by: Lad Prabhakar <[email protected]> Acked-by: Kuninori Morimoto <[email protected]>
1 parent 35f2261 commit f394004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/renesas_usbhs/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ static int usbhs_probe(struct platform_device *pdev)
710710
goto probe_fail_clks;
711711

712712
/*
713-
* deviece reset here because
713+
* device reset here because
714714
* USB device might be used in boot loader.
715715
*/
716716
usbhs_sys_clock_ctrl(priv, 0);

0 commit comments

Comments
 (0)