From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:41 +0000 (+0200) Subject: thunderbolt: Fix typos in retimer.c X-Git-Tag: v6.19-rc1~63^2~6^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1e5744e68935047bfe3bb1dc5d41619eb4feda;p=thirdparty%2Flinux.git thunderbolt: Fix typos in retimer.c Fix typos in retimer.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/retimer.c b/drivers/thunderbolt/retimer.c index 3a0f486a24d5d..13d64dbd2bc50 100644 --- a/drivers/thunderbolt/retimer.c +++ b/drivers/thunderbolt/retimer.c @@ -501,7 +501,7 @@ static struct tb_retimer *tb_port_find_retimer(struct tb_port *port, u8 index) * @add: If true also registers found retimers * * Brings the sideband into a state where retimers can be accessed. - * Then Tries to enumerate on-board retimers connected to @port. Found + * Then tries to enumerate on-board retimers connected to @port. Found * retimers are registered as children of @port if @add is set. Does * not scan for cable retimers for now. *