summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorEli Cohen <eli@mellanox.com>2015-09-25 10:49:15 +0300
committerDavid S. Miller <davem@davemloft.net>2015-09-28 22:19:50 -0700
commit78ccb25861d76a8fc5c678d762180e6918834200 (patch)
tree39cedf2c42f8318645555bcd7795937648816b40 /include/linux/mlx5
parenta31208b1e11df334d443ec8cace7636150bb8ce2 (diff)
downloadop-kernel-dev-78ccb25861d76a8fc5c678d762180e6918834200.zip
op-kernel-dev-78ccb25861d76a8fc5c678d762180e6918834200.tar.gz
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>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h
index 8eb3b19..41e9f3b 100644
--- a/include/linux/mlx5/device.h
+++ b/include/linux/mlx5/device.h
@@ -440,7 +440,7 @@ struct health_buffer {
__be32 rsvd2;
u8 irisc_index;
u8 synd;
- __be16 ext_sync;
+ __be16 ext_synd;
};
struct mlx5_init_seg {
OpenPOWER on IntegriCloud