aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-08-30 17:07:30 -0700
committerDavid S. Miller <davem@davemloft.net>2017-08-30 22:06:13 -0700
commit12bdc5e1e58304d27cb16e30597e2e706e536fb1 (patch)
treef2c4fc4fa0f50503aec99d898917d91d2f0677f2 /net
parenthv_netvsc: Fix typos in the document of UDP hashing (diff)
downloadlinux-dev-12bdc5e1e58304d27cb16e30597e2e706e536fb1.tar.xz
linux-dev-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')
-rw-r--r--net/core/devlink.c2
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,
},