From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:36 +0000 (+0200) Subject: thunderbolt: Fix typos in domain.c X-Git-Tag: v6.19-rc1~63^2~6^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4994e9a711a9de736c0d898e86e5b10b860d7e4f;p=thirdparty%2Flinux.git thunderbolt: Fix typos in domain.c Fix typos in domain.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/domain.c b/drivers/thunderbolt/domain.c index 83defc915d338..3ced37b4a8696 100644 --- a/drivers/thunderbolt/domain.c +++ b/drivers/thunderbolt/domain.c @@ -376,7 +376,7 @@ struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize struct tb *tb; /* - * Make sure the structure sizes map with that the hardware + * Make sure the structure sizes map with what the hardware * expects because bit-fields are being used. */ BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);