diff options
author | David Ahern <dsahern@gmail.com> | 2017-08-30 17:07:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-30 22:06:13 -0700 |
commit | 12bdc5e1e58304d27cb16e30597e2e706e536fb1 (patch) | |
tree | f2c4fc4fa0f50503aec99d898917d91d2f0677f2 /net/core/devlink.c | |
parent | d35d6e92caa00bd44596108f2d7aa560d7057f4a (diff) | |
download | talos-obmc-linux-12bdc5e1e58304d27cb16e30597e2e706e536fb1.tar.gz talos-obmc-linux-12bdc5e1e58304d27cb16e30597e2e706e536fb1.zip |
devlink: Maintain consistency in mac field name
IPv4 name uses "destination ip" as does the IPv6 patch set.
Make the mac field consistent.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/devlink.c')
-rw-r--r-- | net/core/devlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c index 194708aa5f11..cbc4b0461b0f 100644 --- a/net/core/devlink.c +++ b/net/core/devlink.c @@ -31,7 +31,7 @@ static struct devlink_dpipe_field devlink_dpipe_fields_ethernet[] = { { - .name = "destination_mac", + .name = "destination mac", .id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC, .bitwidth = 48, }, |