diff options
author | David S. Miller <davem@davemloft.net> | 2015-05-13 12:26:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-13 12:26:28 -0400 |
commit | 1f7bd29bc0559aedae857639ca391c815e47f1d9 (patch) | |
tree | 727956bafa5be9f535d95d6d043833e887fbefc9 /include/net/switchdev.h | |
parent | 9449c3cd90472141cf081af88181a56163ff7132 (diff) | |
parent | 1f5dc44c881281c6573b73366bcfde575074d1b0 (diff) |
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.h | 2 |
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; |