From: Mika Westerberg Date: Fri, 2 Feb 2024 12:44:54 +0000 (+0200) Subject: thunderbolt: Correct typo in host_reset parameter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e96efb1191de1b5955deab065ae3775a8033dc0f;p=linux.git thunderbolt: Correct typo in host_reset parameter It should say USB4 now since we reset by default all USB4 host routers. Reviewed-by: Mario Limonciello Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index 91e26b982b0bf..7af2642b97cb8 100644 --- a/drivers/thunderbolt/nhi.c +++ b/drivers/thunderbolt/nhi.c @@ -48,7 +48,7 @@ static bool host_reset = true; module_param(host_reset, bool, 0444); -MODULE_PARM_DESC(host_reset, "reset USBv2 host router (default: true)"); +MODULE_PARM_DESC(host_reset, "reset USB4 host router (default: true)"); static int ring_interrupt_index(const struct tb_ring *ring) {