mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Mika Westerberg
parent
b719f112d2
commit
4994e9a711
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user