Correct the names of `enum net_device_flags` constants:
- IFF_POINTOPOINT should be "pointopoint", not "point-to-point".
- IFF_NOTRAILERS should be "notrailers", not "no-trailers".
- IFF_NOARP should be "noarp", not "no-arp".
- IFF_ALLMULTI should be "allmulti", not "all-multi".
- IFF_AUTOMEDIA should be "automedia", not "auto-media".
Signed-off-by: Asbjørn Sloth Tønnesen <redacted>
---
Documentation/netlink/specs/rt-link.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml
index c84bbd58cfcb..6639b7f5677b 100644
--- a/Documentation/netlink/specs/rt-link.yaml
+++ b/Documentation/netlink/specs/rt-link.yaml
@@ -25,17 +25,17 @@ definitions:
-
name: loopback
-
- name: point-to-point
+ name: pointopoint
-
- name: no-trailers
+ name: notrailers
-
name: running
-
- name: no-arp
+ name: noarp
-
name: promisc
-
- name: all-multi
+ name: allmulti
-
name: master
-@@ -45,7 +45,7 @@ definitions:
-
name: portsel
-
- name: auto-media
+ name: automedia
-
name: dynamic
---
2.55.0