mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
switchdev: align comment with other comments in block
Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7a7ee5312d
commit
5eb764edee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue