projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f52bdc
)
net: Fix docbook warning for IFF_VRF_MASTER enum
author
David Ahern
<
[email protected]
>
Sun, 16 Aug 2015 16:26:49 +0000
(10:26 -0600)
committer
David S. Miller
<
[email protected]
>
Mon, 17 Aug 2015 22:56:35 +0000
(15:56 -0700)
kbuild test robot reported:
tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:
d52736e24fe2e927c26817256f8d1a3c8b5d51a0
commit:
4e3c89920cd3a6cfce22c6f537690747c26128dd
[751/762] net: Introduce VRF related flags and helpers
reproduce: make htmldocs
>> Warning(include/linux/netdevice.h:1293): Enum value 'IFF_VRF_MASTER' not described in enum 'netdev_priv_flags'
Signed-off-by: David Ahern <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 8a530f93075409eb39aaced077a76550a68b081a..4bd177faa90ce82e8481eab73b6c1b54e80245fb 100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-1262,6
+1262,7
@@
struct net_device_ops {
* @IFF_LIVE_ADDR_CHANGE: device supports hardware address
* change when it's running
* @IFF_MACVLAN: Macvlan device
+ * @IFF_VRF_MASTER: device is a VRF master
* @IFF_NO_QUEUE: device can run without qdisc attached
*/
enum netdev_priv_flags {