Skip to content

Commit 4994e9a

Browse files
aborzeszwesteri
authored andcommitted
thunderbolt: Fix typos in domain.c
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>
1 parent b719f11 commit 4994e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/thunderbolt/domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize
376376
struct tb *tb;
377377

378378
/*
379-
* Make sure the structure sizes map with that the hardware
379+
* Make sure the structure sizes map with what the hardware
380380
* expects because bit-fields are being used.
381381
*/
382382
BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);

0 commit comments

Comments
 (0)