aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc_fpga.h
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-02-14 15:30:01 +0100
committerLeon Romanovsky <leonro@mellanox.com>2020-02-18 15:44:07 +0200
commitd8fab4815a371e8013e1a769c31da1bcaf618b01 (patch)
tree9eb41f48bc0252e849fad3ee0306f1499185145c /include/linux/mlx5/mlx5_ifc_fpga.h
parentLinux 5.6-rc2 (diff)
downloadlinux-dev-d8fab4815a371e8013e1a769c31da1bcaf618b01.tar.xz
linux-dev-d8fab4815a371e8013e1a769c31da1bcaf618b01.zip
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.h2
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)