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>
This commit is contained in:
parent
11a48a5a18
commit
d8fab4815a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user