From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:49 +0000 (+0200) Subject: thunderbolt: Fix typos in xdomain.c X-Git-Tag: v6.19-rc1~63^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479d186fc946b16c440f57995d5cb2151bfe61c0;p=thirdparty%2Flinux.git thunderbolt: Fix typos in xdomain.c Fix typos in xdomain.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/xdomain.c b/drivers/thunderbolt/xdomain.c index 9d220ba544ecc..63c7be818b2c7 100644 --- a/drivers/thunderbolt/xdomain.c +++ b/drivers/thunderbolt/xdomain.c @@ -1951,8 +1951,8 @@ static void tb_xdomain_link_exit(struct tb_xdomain *xd) /** * tb_xdomain_alloc() - Allocate new XDomain object * @tb: Domain where the XDomain belongs - * @parent: Parent device (the switch through the connection to the - * other domain is reached). + * @parent: Parent device (the switch through which the other domain + * is reached). * @route: Route string used to reach the other domain * @local_uuid: Our local domain UUID * @remote_uuid: UUID of the other domain (optional)