Skip to content

Commit 836fe73

Browse files
aborzeszwesteri
authored andcommitted
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>
1 parent 20b2af3 commit 836fe73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/thunderbolt/tb_regs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct tb_cap_extended_long {
9999
} __packed;
100100

101101
/**
102-
* struct tb_cap_any - Structure capable of hold every capability
102+
* struct tb_cap_any - Structure capable of holding every capability
103103
* @basic: Basic capability
104104
* @extended_short: Vendor specific capability
105105
* @extended_long: Vendor specific extended capability
@@ -534,8 +534,8 @@ struct tb_regs_hop {
534534

535535
/*
536536
* 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.
539539
*/
540540
#define TMU_ADP_CS_6_DISABLE_TMU_OBJ_MASK GENMASK(3, 2)
541541
#define TMU_ADP_CS_6_DISABLE_TMU_OBJ_CL1 BIT(2)

0 commit comments

Comments
 (0)