Commit d8fab481 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Leon Romanovsky

net/mlx5: fix spelling mistake "reserverd" -> "reserved"

The reserved member should be named reserved.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
parent 11a48a5a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment