]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thunderbolt: Fix typos in domain.c
authorAlan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Tue, 2 Sep 2025 14:38:36 +0000 (16:38 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 17 Nov 2025 07:22:51 +0000 (08:22 +0100)
Fix typos in domain.c. No functional changes.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/domain.c

index 83defc915d338128df00a647f28c3479376e0a38..3ced37b4a869645cc90040f46d616f011e6df605 100644 (file)
@@ -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);