aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-05-13 12:26:28 -0400
committerDavid S. Miller <davem@davemloft.net>2015-05-13 12:26:28 -0400
commit1f7bd29bc0559aedae857639ca391c815e47f1d9 (patch)
tree727956bafa5be9f535d95d6d043833e887fbefc9 /include/net/switchdev.h
parentnet: make skb_dst_pop routine static (diff)
parentswitchdev: apply review comments on documentation (diff)
downloadlinux-dev-1f7bd29bc0559aedae857639ca391c815e47f1d9.tar.xz
linux-dev-1f7bd29bc0559aedae857639ca391c815e47f1d9.zip
Merge branch 'switchdev-cleanups'
Scott Feldman says: ==================== switchdev: more (minor) cleanups Fix some sparse warnings and include some documentation review comments that didn't get picked up in the switchdev Spring Cleanup series. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r--include/net/switchdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h
index 3b217b4cca27..9f9a7cc573c3 100644
--- a/include/net/switchdev.h
+++ b/include/net/switchdev.h
@@ -53,7 +53,7 @@ struct switchdev_obj {
enum switchdev_obj_id id;
enum switchdev_trans trans;
union {
- struct switchdev_obj_vlan { /* PORT_VLAN */
+ struct switchdev_obj_vlan { /* PORT_VLAN */
u16 flags;
u16 vid_start;
u16 vid_end;