Browse Source

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>
Nathan Ciobanu 7 years ago
parent
commit
c356915ebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/thunderbolt/tb_regs.h

+ 1 - 1
drivers/thunderbolt/tb_regs.h

@@ -202,7 +202,7 @@ struct tb_regs_port_header {
 	/* DWORD 5 */
 	/* DWORD 5 */
 	u32 max_in_hop_id:11;
 	u32 max_in_hop_id:11;
 	u32 max_out_hop_id:11;
 	u32 max_out_hop_id:11;
-	u32 __unkown4:10;
+	u32 __unknown4:10;
 	/* DWORD 6 */
 	/* DWORD 6 */
 	u32 __unknown5;
 	u32 __unknown5;
 	/* DWORD 7 */
 	/* DWORD 7 */