From: David Ahern Date: Thu, 31 Aug 2017 00:07:30 +0000 (-0700) Subject: devlink: Maintain consistency in mac field name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12bdc5e1e58304d27cb16e30597e2e706e536fb1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: David S. Miller --- 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, },