diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-02-14 15:30:01 +0100 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2020-02-18 15:44:07 +0200 |
commit | d8fab4815a371e8013e1a769c31da1bcaf618b01 (patch) | |
tree | 9eb41f48bc0252e849fad3ee0306f1499185145c /include/linux/mlx5/mlx5_ifc_fpga.h | |
parent | 11a48a5a18c63fd7621bb050228cebf13566e4d8 (diff) |
net/mlx5: fix spelling mistake "reserverd" -> "reserved"
The reserved member should be named reserved.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc_fpga.h')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc_fpga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc_fpga.h b/include/linux/mlx5/mlx5_ifc_fpga.h index 37e065a80a43..07d77323f78a 100644 --- a/include/linux/mlx5/mlx5_ifc_fpga.h +++ b/include/linux/mlx5/mlx5_ifc_fpga.h @@ -608,7 +608,7 @@ struct mlx5_ifc_tls_cmd_bits { struct mlx5_ifc_tls_resp_bits { u8 syndrome[0x20]; u8 stream_id[0x20]; - u8 reserverd[0x40]; + u8 reserved[0x40]; }; #define MLX5_TLS_COMMAND_SIZE (0x100) |