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>
pull/1354/merge
Alan Borzeszkowski 2025-09-02 16:38:36 +02:00 committed by Mika Westerberg
parent b719f112d2
commit 4994e9a711
1 changed files with 1 additions and 1 deletions

View 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);