diff options
author | Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com> | 2018-07-25 11:03:15 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-25 11:15:24 +0300 |
commit | c356915ebc9ddb8303feeab1e3465170285558b5 (patch) | |
tree | 50c0f9196542cd56d66bf90c87f78a3bd9b06400 /drivers/thunderbolt/tb_regs.h | |
parent | f371a7c17aaa47dd7aedc89ef3cd1d5638c03f5e (diff) | |
download | linux-c356915ebc9ddb8303feeab1e3465170285558b5.tar.xz |
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/thunderbolt/tb_regs.h')
-rw-r--r-- | drivers/thunderbolt/tb_regs.h | 2 |
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 { /* 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 */ |