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: https://git.karo-electronics.de/?a=commitdiff_plain;h=5eb764edee52e837638b8d55ceace2c68e248cd2;p=linux-beck.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 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;