Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Borzeszkowski and committed by
Mika Westerberg
4994e9a7 b719f112

+1 -1
+1 -1
drivers/thunderbolt/domain.c
··· 376 376 struct tb *tb; 377 377 378 378 /* 379 - * Make sure the structure sizes map with that the hardware 379 + * Make sure the structure sizes map with what the hardware 380 380 * expects because bit-fields are being used. 381 381 */ 382 382 BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);