projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35d6e9
)
devlink: Maintain consistency in mac field name
author
David Ahern
<dsahern@gmail.com>
Thu, 31 Aug 2017 00:07:30 +0000
(17:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 31 Aug 2017 05:06:13 +0000
(22:06 -0700)
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>
net/core/devlink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/devlink.c
b/net/core/devlink.c
index 194708aa5f11d366e9ed78f0463f86cfad030475..cbc4b0461b0f3ab84053ac1bbe84e2107258d945 100644
(file)
--- 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,
},