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
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;
|
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.
|
* expects because bit-fields are being used.
|
||||||
*/
|
*/
|
||||||
BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);
|
BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue