Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20250407105002.107181-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lad Prabhakar and committed by
Greg Kroah-Hartman
8fb4c9d7 b9cff71c

+1 -1
+1 -1
drivers/usb/renesas_usbhs/common.c
··· 710 710 goto probe_fail_clks; 711 711 712 712 /* 713 - * deviece reset here because 713 + * device reset here because 714 714 * USB device might be used in boot loader. 715 715 */ 716 716 usbhs_sys_clock_ctrl(priv, 0);