]> git.karo-electronics.de Git - linux-beck.git/commitdiff
IB/core: Align structure ib_flow_spec_type
authorMoses Reuben <mosesr@mellanox.com>
Mon, 14 Nov 2016 17:04:48 +0000 (19:04 +0200)
committerDoug Ledford <dledford@redhat.com>
Tue, 13 Dec 2016 18:34:22 +0000 (13:34 -0500)
Aligned the structure ib_flow_spec_type indentation,
after adding a new definition.

Signed-off-by: Moses Reuben <mosesr@mellanox.com>
Reviewed-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/rdma/ib_verbs.h

index b8213818de8963b66d705709da95b2dabaee9c01..4bc748fddcaca503c6d61775973ba693d9e8264c 100644 (file)
@@ -1592,14 +1592,14 @@ enum ib_flow_attr_type {
 /* Supported steering header types */
 enum ib_flow_spec_type {
        /* L2 headers*/
-       IB_FLOW_SPEC_ETH        = 0x20,
-       IB_FLOW_SPEC_IB         = 0x22,
+       IB_FLOW_SPEC_ETH                = 0x20,
+       IB_FLOW_SPEC_IB                 = 0x22,
        /* L3 header*/
-       IB_FLOW_SPEC_IPV4       = 0x30,
-       IB_FLOW_SPEC_IPV6       = 0x31,
+       IB_FLOW_SPEC_IPV4               = 0x30,
+       IB_FLOW_SPEC_IPV6               = 0x31,
        /* L4 headers*/
-       IB_FLOW_SPEC_TCP        = 0x40,
-       IB_FLOW_SPEC_UDP        = 0x41,
+       IB_FLOW_SPEC_TCP                = 0x40,
+       IB_FLOW_SPEC_UDP                = 0x41,
        IB_FLOW_SPEC_VXLAN_TUNNEL       = 0x50,
 };
 #define IB_FLOW_SPEC_LAYER_MASK        0xF0