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

thunderbolt: Fix typos in tb_regs.h

Fix typos in tb_regs.h. 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
836fe732 20b2af31

+3 -3
+3 -3
drivers/thunderbolt/tb_regs.h
··· 99 99 } __packed; 100 100 101 101 /** 102 - * struct tb_cap_any - Structure capable of hold every capability 102 + * struct tb_cap_any - Structure capable of holding every capability 103 103 * @basic: Basic capability 104 104 * @extended_short: Vendor specific capability 105 105 * @extended_long: Vendor specific extended capability ··· 534 534 535 535 /* 536 536 * Used for Titan Ridge only. Bits are part of the same register: TMU_ADP_CS_6 537 - * (see above) as in USB4 spec, but these specific bits used for Titan Ridge 538 - * only and reserved in USB4 spec. 537 + * (see above) as in USB4 spec, but these specific bits are used for Titan Ridge 538 + * only and are reserved in USB4 spec. 539 539 */ 540 540 #define TMU_ADP_CS_6_DISABLE_TMU_OBJ_MASK GENMASK(3, 2) 541 541 #define TMU_ADP_CS_6_DISABLE_TMU_OBJ_CL1 BIT(2)