From: Scott Feldman Date: Wed, 13 May 2015 06:03:53 +0000 (-0700) Subject: switchdev: align comment with other comments in block X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5eb764edee52e837638b8d55ceace2c68e248cd2;p=linux.git switchdev: align comment with other comments in block Signed-off-by: Scott Feldman Signed-off-by: David S. Miller --- diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 3b217b4cca277..9f9a7cc573c35 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;