aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorScott Feldman <sfeldma@gmail.com>2015-05-12 23:03:53 -0700
committerDavid S. Miller <davem@davemloft.net>2015-05-13 12:26:27 -0400
commit5eb764edee52e837638b8d55ceace2c68e248cd2 (patch)
tree50ced7082d662ad82137a70aa51e6b29e948c7b9 /include/net/switchdev.h
parentswitchdev: sparse warning: pass ipv4 fib dst as network-byte order (diff)
downloadlinux-dev-5eb764edee52e837638b8d55ceace2c68e248cd2.tar.xz
linux-dev-5eb764edee52e837638b8d55ceace2c68e248cd2.zip
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>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r--include/net/switchdev.h2
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;