summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorNathan Ciobanu <nathan.d.ciobanu@linux.intel.com>2018-07-25 04:03:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-25 04:15:24 -0400
commitc356915ebc9ddb8303feeab1e3465170285558b5 (patch)
tree50c0f9196542cd56d66bf90c87f78a3bd9b06400 /drivers
parentf371a7c17aaa47dd7aedc89ef3cd1d5638c03f5e (diff)
thunderbolt: Fix small typo in variable name
Fixes small variable name typo and the associated checkpatch spelling warning. Signed-off-by: Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thunderbolt/tb_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tb_regs.h b/drivers/thunderbolt/tb_regs.h
index 5d94142afda6..693b0353c3fe 100644
--- a/drivers/thunderbolt/tb_regs.h
+++ b/drivers/thunderbolt/tb_regs.h
@@ -202,7 +202,7 @@ struct tb_regs_port_header {
202 /* DWORD 5 */ 202 /* DWORD 5 */
203 u32 max_in_hop_id:11; 203 u32 max_in_hop_id:11;
204 u32 max_out_hop_id:11; 204 u32 max_out_hop_id:11;
205 u32 __unkown4:10; 205 u32 __unknown4:10;
206 /* DWORD 6 */ 206 /* DWORD 6 */
207 u32 __unknown5; 207 u32 __unknown5;
208 /* DWORD 7 */ 208 /* DWORD 7 */