net/mlx5_core: Fix wrong name in struct
The name refers to syndrome so uset ext_synd instread of ext_sync. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a31208b1e1
commit
78ccb25861
@@ -440,7 +440,7 @@ struct health_buffer {
|
||||
__be32 rsvd2;
|
||||
u8 irisc_index;
|
||||
u8 synd;
|
||||
__be16 ext_sync;
|
||||
__be16 ext_synd;
|
||||
};
|
||||
|
||||
struct mlx5_init_seg {
|
||||
|
Reference in New Issue
Block a user