aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2024-02-02 14:44:54 +0200
committerMika Westerberg <mika.westerberg@linux.intel.com>2024-02-13 11:08:36 +0200
commite96efb1191de1b5955deab065ae3775a8033dc0f (patch)
treeb262e5dbfd3444743adba6f47af7ca481540a7e4 /drivers/thunderbolt
parent6faa39eea95372e9f235ab8280fa512618655f26 (diff)
downloadlinux-e96efb1191de1b5955deab065ae3775a8033dc0f.tar.gz
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 <mario.limonciello@amd.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r--drivers/thunderbolt/nhi.c2
1 files changed, 1 insertions, 1 deletions
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)
{