From: Nathan Ciobanu Date: Wed, 25 Jul 2018 08:03:15 +0000 (+0300) Subject: thunderbolt: Fix small typo in variable name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c356915ebc9ddb8303feeab1e3465170285558b5;p=linux.git thunderbolt: Fix small typo in variable name Fixes small variable name typo and the associated checkpatch spelling warning. Signed-off-by: Nathan Ciobanu Signed-off-by: Mika Westerberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/thunderbolt/tb_regs.h b/drivers/thunderbolt/tb_regs.h index 5d94142afda65..693b0353c3fe8 100644 --- a/drivers/thunderbolt/tb_regs.h +++ b/drivers/thunderbolt/tb_regs.h @@ -202,7 +202,7 @@ struct tb_regs_port_header { /* DWORD 5 */ u32 max_in_hop_id:11; u32 max_out_hop_id:11; - u32 __unkown4:10; + u32 __unknown4:10; /* DWORD 6 */ u32 __unknown5; /* DWORD 7 */