switchdev: align comment with other comments in block
authorScott Feldman <sfeldma@gmail.com>
Wed, 13 May 2015 06:03:53 +0000 (23:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 16:26:27 +0000 (12:26 -0400)
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/switchdev.h

index 3b217b4..9f9a7cc 100644 (file)
@@ -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;