automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw93261 [RFC] net/ice: couple of new DCF features
       [not found] <20210514042158.74917-1-steven.zou@intel.com>
@ 2021-05-14  4:19 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-05-14  4:19 UTC (permalink / raw)
  To: test-report; +Cc: Steven Zou

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/93261

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#97: FILE: app/test-pmd/cmdline.c:9087:
+        cmdline_fixed_string_t rx_vxlan_port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#97: FILE: app/test-pmd/cmdline.c:9087:
+        cmdline_fixed_string_t rx_vxlan_port;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#107: FILE: app/test-pmd/cmdline.c:9104:
+        tunnel_udp.prot_type = RTE_TUNNEL_TYPE_VXLAN;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#107: FILE: app/test-pmd/cmdline.c:9104:
+        tunnel_udp.prot_type = RTE_TUNNEL_TYPE_VXLAN;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#119: FILE: app/test-pmd/cmdline.c:9118:
+        TOKEN_STRING_INITIALIZER(struct cmd_tunnel_udp_config,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: app/test-pmd/cmdline.c:9118:
+        TOKEN_STRING_INITIALIZER(struct cmd_tunnel_udp_config,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#120: FILE: app/test-pmd/cmdline.c:9119:
+                                rx_vxlan_port, "rx_vxlan_port");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#120: FILE: app/test-pmd/cmdline.c:9119:
+                                rx_vxlan_port, "rx_vxlan_port");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#143: FILE: drivers/common/iavf/virtchnl.h:132:
+        VIRTCHNL_OP_DCF_RULE_FLUSH = 6000,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#143: FILE: drivers/common/iavf/virtchnl.h:132:
+        VIRTCHNL_OP_DCF_RULE_FLUSH = 6000,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#144: FILE: drivers/common/iavf/virtchnl.h:133:
+        VIRTCHNL_OP_DCF_VLAN_OFFLOAD = 38,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#144: FILE: drivers/common/iavf/virtchnl.h:133:
+        VIRTCHNL_OP_DCF_VLAN_OFFLOAD = 38,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#152: FILE: drivers/common/iavf/virtchnl.h:776:
+        VIRTCHNL_EVENT_DCF_VSI_INFO = 1000,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#152: FILE: drivers/common/iavf/virtchnl.h:776:
+        VIRTCHNL_EVENT_DCF_VSI_INFO = 1000,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#160: FILE: drivers/common/iavf/virtchnl.h:1474:
+        case VIRTCHNL_OP_DCF_RULE_FLUSH:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#160: FILE: drivers/common/iavf/virtchnl.h:1474:
+        case VIRTCHNL_OP_DCF_RULE_FLUSH:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#173: FILE: drivers/net/iavf/iavf_ethdev.c:2118:
+        if (strcmp(value, "dcf") && strcmp(value, "mdcf"))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/net/iavf/iavf_ethdev.c:2118:
+        if (strcmp(value, "dcf") && strcmp(value, "mdcf"))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#187: FILE: drivers/net/ice/base/ice_common.c:543:
+        struct ice_switch_info *sw = hw->switch_info;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#187: FILE: drivers/net/ice/base/ice_common.c:543:
+        struct ice_switch_info *sw = hw->switch_info;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#188: FILE: drivers/net/ice/base/ice_common.c:544:
+        struct ice_sw_recipe *recipe;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#188: FILE: drivers/net/ice/base/ice_common.c:544:
+        struct ice_sw_recipe *recipe;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#190: FILE: drivers/net/ice/base/ice_common.c:546:
+        sw->buildin_recipes = ice_malloc(hw,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#190: FILE: drivers/net/ice/base/ice_common.c:546:
+        sw->buildin_recipes = ice_malloc(hw,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#191: FILE: drivers/net/ice/base/ice_common.c:547:
+                        sizeof(sw->buildin_recipes[0]) * ICE_MAX_NUM_RECIPES);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#191: FILE: drivers/net/ice/base/ice_common.c:547:
+                        sizeof(sw->buildin_recipes[0]) * ICE_MAX_NUM_RECIPES);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#193: FILE: drivers/net/ice/base/ice_common.c:549:
+        if (!sw->buildin_recipes)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#193: FILE: drivers/net/ice/base/ice_common.c:549:
+        if (!sw->buildin_recipes)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#194: FILE: drivers/net/ice/base/ice_common.c:550:
+                return ICE_ERR_NO_MEMORY;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#194: FILE: drivers/net/ice/base/ice_common.c:550:
+                return ICE_ERR_NO_MEMORY;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#196: FILE: drivers/net/ice/base/ice_common.c:552:
+        recipe = &sw->buildin_recipes[10];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#196: FILE: drivers/net/ice/base/ice_common.c:552:
+        recipe = &sw->buildin_recipes[10];$

ERROR:CODE_INDENT: code indent should use tabs where possible
#197: FILE: drivers/net/ice/base/ice_common.c:553:
+        recipe->is_root = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#197: FILE: drivers/net/ice/base/ice_common.c:553:
+        recipe->is_root = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#199: FILE: drivers/net/ice/base/ice_common.c:555:
+        recipe->lkup_exts.n_val_words = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#199: FILE: drivers/net/ice/base/ice_common.c:555:
+        recipe->lkup_exts.n_val_words = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#200: FILE: drivers/net/ice/base/ice_common.c:556:
+        recipe->lkup_exts.field_mask[0] = 0x00ff;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#200: FILE: drivers/net/ice/base/ice_common.c:556:
+        recipe->lkup_exts.field_mask[0] = 0x00ff;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#201: FILE: drivers/net/ice/base/ice_common.c:557:
+        recipe->lkup_exts.fv_words[0].off = 8;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#201: FILE: drivers/net/ice/base/ice_common.c:557:
+        recipe->lkup_exts.fv_words[0].off = 8;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#202: FILE: drivers/net/ice/base/ice_common.c:558:
+        recipe->lkup_exts.fv_words[0].prot_id = 32;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#202: FILE: drivers/net/ice/base/ice_common.c:558:
+        recipe->lkup_exts.fv_words[0].prot_id = 32;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#204: FILE: drivers/net/ice/base/ice_common.c:560:
+        return ICE_SUCCESS;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#204: FILE: drivers/net/ice/base/ice_common.c:560:
+        return ICE_SUCCESS;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#214: FILE: drivers/net/ice/base/ice_common.c:583:
+        ice_buildin_recipe_init(hw);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#214: FILE: drivers/net/ice/base/ice_common.c:583:
+        ice_buildin_recipe_init(hw);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#223: FILE: drivers/net/ice/base/ice_common.c:655:
+        ice_free(hw, sw->buildin_recipes);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#223: FILE: drivers/net/ice/base/ice_common.c:655:
+        ice_free(hw, sw->buildin_recipes);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#235: FILE: drivers/net/ice/base/ice_flex_pipe.c:16:
+        { TNL_ECPRI,           "TNL_UDP_ECPRI_PF" },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#235: FILE: drivers/net/ice/base/ice_flex_pipe.c:16:
+        { TNL_ECPRI,           "TNL_UDP_ECPRI_PF" },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#243: FILE: drivers/net/ice/base/ice_flex_pipe.c:1284:
+        if (pkg_ver->major == 0xFF)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#243: FILE: drivers/net/ice/base/ice_flex_pipe.c:1284:
+        if (pkg_ver->major == 0xFF)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#243: FILE: drivers/net/ice/base/ice_flex_pipe.c:1284:
+        if (pkg_ver->major == 0xFF)
+            return ICE_SUCCESS;

ERROR:CODE_INDENT: code indent should use tabs where possible
#244: FILE: drivers/net/ice/base/ice_flex_pipe.c:1285:
+            return ICE_SUCCESS;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#244: FILE: drivers/net/ice/base/ice_flex_pipe.c:1285:
+            return ICE_SUCCESS;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#262: FILE: drivers/net/ice/base/ice_flex_pipe.c:1682:
+                   ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#262: FILE: drivers/net/ice/base/ice_flex_pipe.c:1682:
+                   ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#263: FILE: drivers/net/ice/base/ice_flex_pipe.c:1683:
+                   struct ice_prot_lkup_ext *lkup_exts)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#263: FILE: drivers/net/ice/base/ice_flex_pipe.c:1683:
+                   struct ice_prot_lkup_ext *lkup_exts)$

WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif
#271: FILE: drivers/net/ice/base/ice_flex_pipe.c:1714:
+#if 0

ERROR:CODE_INDENT: code indent should use tabs where possible
#280: FILE: drivers/net/ice/base/ice_flex_pipe.c:1740:
+                int found = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#280: FILE: drivers/net/ice/base/ice_flex_pipe.c:1740:
+                int found = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#281: FILE: drivers/net/ice/base/ice_flex_pipe.c:1741:
+                for (i = 0; i < lkup_exts->n_val_words; i++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#281: FILE: drivers/net/ice/base/ice_flex_pipe.c:1741:
+                for (i = 0; i < lkup_exts->n_val_words; i++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#282: FILE: drivers/net/ice/base/ice_flex_pipe.c:1742:
+                        int j;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#282: FILE: drivers/net/ice/base/ice_flex_pipe.c:1742:
+                        int j;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#284: FILE: drivers/net/ice/base/ice_flex_pipe.c:1744:
+                        for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#284: FILE: drivers/net/ice/base/ice_flex_pipe.c:1744:
+                        for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)$

WARNING:LONG_LINE: line length of 135 exceeds 100 columns
#285: FILE: drivers/net/ice/base/ice_flex_pipe.c:1745:
+                                if (fv->ew[j].prot_id == lkup_exts->fv_words[i].prot_id && fv->ew[j].off == lkup_exts->fv_words[i].off)

ERROR:CODE_INDENT: code indent should use tabs where possible
#285: FILE: drivers/net/ice/base/ice_flex_pipe.c:1745:
+                                if (fv->ew[j].prot_id == lkup_exts->fv_words[i].prot_id && fv->ew[j].off == lkup_exts->fv_words[i].off)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#285: FILE: drivers/net/ice/base/ice_flex_pipe.c:1745:
+                                if (fv->ew[j].prot_id == lkup_exts->fv_words[i].prot_id && fv->ew[j].off == lkup_exts->fv_words[i].off)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#286: FILE: drivers/net/ice/base/ice_flex_pipe.c:1746:
+                                        break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#286: FILE: drivers/net/ice/base/ice_flex_pipe.c:1746:
+                                        break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#287: FILE: drivers/net/ice/base/ice_flex_pipe.c:1747:
+                        if (j >= hw->blk[ICE_BLK_SW].es.fvw)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#287: FILE: drivers/net/ice/base/ice_flex_pipe.c:1747:
+                        if (j >= hw->blk[ICE_BLK_SW].es.fvw)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#288: FILE: drivers/net/ice/base/ice_flex_pipe.c:1748:
+                                found = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#288: FILE: drivers/net/ice/base/ice_flex_pipe.c:1748:
+                                found = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#289: FILE: drivers/net/ice/base/ice_flex_pipe.c:1749:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#289: FILE: drivers/net/ice/base/ice_flex_pipe.c:1749:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#290: FILE: drivers/net/ice/base/ice_flex_pipe.c:1750:
+                if (found) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#290: FILE: drivers/net/ice/base/ice_flex_pipe.c:1750:
+                if (found) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#291: FILE: drivers/net/ice/base/ice_flex_pipe.c:1751:
+                        fvl = (struct ice_sw_fv_list_entry *)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#291: FILE: drivers/net/ice/base/ice_flex_pipe.c:1751:
+                        fvl = (struct ice_sw_fv_list_entry *)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#292: FILE: drivers/net/ice/base/ice_flex_pipe.c:1752:
+                                ice_malloc(hw, sizeof(*fvl));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#292: FILE: drivers/net/ice/base/ice_flex_pipe.c:1752:
+                                ice_malloc(hw, sizeof(*fvl));$

ERROR:CODE_INDENT: code indent should use tabs where possible
#293: FILE: drivers/net/ice/base/ice_flex_pipe.c:1753:
+                        if (!fvl)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#293: FILE: drivers/net/ice/base/ice_flex_pipe.c:1753:
+                        if (!fvl)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#294: FILE: drivers/net/ice/base/ice_flex_pipe.c:1754:
+                                goto err;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#294: FILE: drivers/net/ice/base/ice_flex_pipe.c:1754:
+                                goto err;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#295: FILE: drivers/net/ice/base/ice_flex_pipe.c:1755:
+                        fvl->fv_ptr = fv;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#295: FILE: drivers/net/ice/base/ice_flex_pipe.c:1755:
+                        fvl->fv_ptr = fv;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#296: FILE: drivers/net/ice/base/ice_flex_pipe.c:1756:
+                        fvl->profile_id = offset;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#296: FILE: drivers/net/ice/base/ice_flex_pipe.c:1756:
+                        fvl->profile_id = offset;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#297: FILE: drivers/net/ice/base/ice_flex_pipe.c:1757:
+                        LIST_ADD(&fvl->list_entry, fv_list);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#297: FILE: drivers/net/ice/base/ice_flex_pipe.c:1757:
+                        LIST_ADD(&fvl->list_entry, fv_list);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#298: FILE: drivers/net/ice/base/ice_flex_pipe.c:1758:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#298: FILE: drivers/net/ice/base/ice_flex_pipe.c:1758:
+                }$

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#312: FILE: drivers/net/ice/base/ice_flex_pipe.h:40:
+                   ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list, struct ice_prot_lkup_ext *lkup_exts);

ERROR:CODE_INDENT: code indent should use tabs where possible
#312: FILE: drivers/net/ice/base/ice_flex_pipe.h:40:
+                   ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list, struct ice_prot_lkup_ext *lkup_exts);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#312: FILE: drivers/net/ice/base/ice_flex_pipe.h:40:
+                   ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list, struct ice_prot_lkup_ext *lkup_exts);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#324: FILE: drivers/net/ice/base/ice_flex_type.h:519:
+        TNL_ECPRI,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#324: FILE: drivers/net/ice/base/ice_flex_type.h:519:
+        TNL_ECPRI,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#336: FILE: drivers/net/ice/base/ice_protocol_type.h:47:
+        ICE_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#336: FILE: drivers/net/ice/base/ice_protocol_type.h:47:
+        ICE_GRE,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#344: FILE: drivers/net/ice/base/ice_protocol_type.h:69:
+        ICE_SW_TUN_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#344: FILE: drivers/net/ice/base/ice_protocol_type.h:69:
+        ICE_SW_TUN_GRE,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#364: FILE: drivers/net/ice/base/ice_protocol_type.h:346:
+        __be16 flags;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#364: FILE: drivers/net/ice/base/ice_protocol_type.h:346:
+        __be16 flags;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#365: FILE: drivers/net/ice/base/ice_protocol_type.h:347:
+        __be16 protocol;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#365: FILE: drivers/net/ice/base/ice_protocol_type.h:347:
+        __be16 protocol;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#366: FILE: drivers/net/ice/base/ice_protocol_type.h:348:
+        __be16 chksum;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#366: FILE: drivers/net/ice/base/ice_protocol_type.h:348:
+        __be16 chksum;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#367: FILE: drivers/net/ice/base/ice_protocol_type.h:349:
+        __be16 offset;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#367: FILE: drivers/net/ice/base/ice_protocol_type.h:349:
+        __be16 offset;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#368: FILE: drivers/net/ice/base/ice_protocol_type.h:350:
+        __be32 key;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#368: FILE: drivers/net/ice/base/ice_protocol_type.h:350:
+        __be32 key;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#369: FILE: drivers/net/ice/base/ice_protocol_type.h:351:
+        __be32 seqnum;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#369: FILE: drivers/net/ice/base/ice_protocol_type.h:351:
+        __be32 seqnum;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#379: FILE: drivers/net/ice/base/ice_protocol_type.h:364:
+        struct ice_gre gre_hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#379: FILE: drivers/net/ice/base/ice_protocol_type.h:364:
+        struct ice_gre gre_hdr;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#401: FILE: drivers/net/ice/base/ice_switch.c:132:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#401: FILE: drivers/net/ice/base/ice_switch.c:132:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#402: FILE: drivers/net/ice/base/ice_switch.c:133:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#402: FILE: drivers/net/ice/base/ice_switch.c:133:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#403: FILE: drivers/net/ice/base/ice_switch.c:134:
+        { ICE_IPV6_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#403: FILE: drivers/net/ice/base/ice_switch.c:134:
+        { ICE_IPV6_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#404: FILE: drivers/net/ice/base/ice_switch.c:135:
+        { ICE_GRE,              54 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#404: FILE: drivers/net/ice/base/ice_switch.c:135:
+        { ICE_GRE,              54 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#405: FILE: drivers/net/ice/base/ice_switch.c:136:
+        { ICE_IPV6_IL,          58 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#405: FILE: drivers/net/ice/base/ice_switch.c:136:
+        { ICE_IPV6_IL,          58 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#406: FILE: drivers/net/ice/base/ice_switch.c:137:
+        { ICE_UDP_ILOS,         98 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#406: FILE: drivers/net/ice/base/ice_switch.c:137:
+        { ICE_UDP_ILOS,         98 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#407: FILE: drivers/net/ice/base/ice_switch.c:138:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#407: FILE: drivers/net/ice/base/ice_switch.c:138:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#411: FILE: drivers/net/ice/base/ice_switch.c:142:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#411: FILE: drivers/net/ice/base/ice_switch.c:142:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#412: FILE: drivers/net/ice/base/ice_switch.c:143:
+        0x00, 0x00, 0x00, 0x00, 0x86, 0xdd, 0x60, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#412: FILE: drivers/net/ice/base/ice_switch.c:143:
+        0x00, 0x00, 0x00, 0x00, 0x86, 0xdd, 0x60, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#413: FILE: drivers/net/ice/base/ice_switch.c:144:
+        0x00, 0x00, 0x00, 0x36, 0x2f, 0x40, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#413: FILE: drivers/net/ice/base/ice_switch.c:144:
+        0x00, 0x00, 0x00, 0x36, 0x2f, 0x40, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#414: FILE: drivers/net/ice/base/ice_switch.c:145:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#414: FILE: drivers/net/ice/base/ice_switch.c:145:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#415: FILE: drivers/net/ice/base/ice_switch.c:146:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#415: FILE: drivers/net/ice/base/ice_switch.c:146:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#416: FILE: drivers/net/ice/base/ice_switch.c:147:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#416: FILE: drivers/net/ice/base/ice_switch.c:147:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#417: FILE: drivers/net/ice/base/ice_switch.c:148:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#417: FILE: drivers/net/ice/base/ice_switch.c:148:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#418: FILE: drivers/net/ice/base/ice_switch.c:149:
+        0x86, 0xdd, 0x60, 0x00, 0x00, 0x00, 0x00, 0x0a,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#418: FILE: drivers/net/ice/base/ice_switch.c:149:
+        0x86, 0xdd, 0x60, 0x00, 0x00, 0x00, 0x00, 0x0a,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#419: FILE: drivers/net/ice/base/ice_switch.c:150:
+        0x11, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#419: FILE: drivers/net/ice/base/ice_switch.c:150:
+        0x11, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#420: FILE: drivers/net/ice/base/ice_switch.c:151:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#420: FILE: drivers/net/ice/base/ice_switch.c:151:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#421: FILE: drivers/net/ice/base/ice_switch.c:152:
+        0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#421: FILE: drivers/net/ice/base/ice_switch.c:152:
+        0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#422: FILE: drivers/net/ice/base/ice_switch.c:153:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#422: FILE: drivers/net/ice/base/ice_switch.c:153:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#423: FILE: drivers/net/ice/base/ice_switch.c:154:
+        0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#423: FILE: drivers/net/ice/base/ice_switch.c:154:
+        0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#424: FILE: drivers/net/ice/base/ice_switch.c:155:
+        0xff, 0xd8, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#424: FILE: drivers/net/ice/base/ice_switch.c:155:
+        0xff, 0xd8, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#428: FILE: drivers/net/ice/base/ice_switch.c:159:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#428: FILE: drivers/net/ice/base/ice_switch.c:159:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#429: FILE: drivers/net/ice/base/ice_switch.c:160:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#429: FILE: drivers/net/ice/base/ice_switch.c:160:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#430: FILE: drivers/net/ice/base/ice_switch.c:161:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#430: FILE: drivers/net/ice/base/ice_switch.c:161:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#431: FILE: drivers/net/ice/base/ice_switch.c:162:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#431: FILE: drivers/net/ice/base/ice_switch.c:162:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#432: FILE: drivers/net/ice/base/ice_switch.c:163:
+        { ICE_IPV4_IL,          50 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#432: FILE: drivers/net/ice/base/ice_switch.c:163:
+        { ICE_IPV4_IL,          50 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#433: FILE: drivers/net/ice/base/ice_switch.c:164:
+        { ICE_TCP_IL,           70 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#433: FILE: drivers/net/ice/base/ice_switch.c:164:
+        { ICE_TCP_IL,           70 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#434: FILE: drivers/net/ice/base/ice_switch.c:165:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#434: FILE: drivers/net/ice/base/ice_switch.c:165:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#438: FILE: drivers/net/ice/base/ice_switch.c:169:
+        0x00, 0x00, 0x00, 0x00,  /* ICE_MAC_OFOS 0 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#438: FILE: drivers/net/ice/base/ice_switch.c:169:
+        0x00, 0x00, 0x00, 0x00,  /* ICE_MAC_OFOS 0 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#439: FILE: drivers/net/ice/base/ice_switch.c:170:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#439: FILE: drivers/net/ice/base/ice_switch.c:170:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#440: FILE: drivers/net/ice/base/ice_switch.c:171:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#440: FILE: drivers/net/ice/base/ice_switch.c:171:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#442: FILE: drivers/net/ice/base/ice_switch.c:173:
+        0x08, 0x00,             /* ICE_ETYPE_OL 12 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#442: FILE: drivers/net/ice/base/ice_switch.c:173:
+        0x08, 0x00,             /* ICE_ETYPE_OL 12 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#444: FILE: drivers/net/ice/base/ice_switch.c:175:
+        0x45, 0x00, 0x00, 0x4e, /* ICE_IPV4_OFOS 14 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#444: FILE: drivers/net/ice/base/ice_switch.c:175:
+        0x45, 0x00, 0x00, 0x4e, /* ICE_IPV4_OFOS 14 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#445: FILE: drivers/net/ice/base/ice_switch.c:176:
+        0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#445: FILE: drivers/net/ice/base/ice_switch.c:176:
+        0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#446: FILE: drivers/net/ice/base/ice_switch.c:177:
+        0x40, 0x2f, 0x7c, 0x7e,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#446: FILE: drivers/net/ice/base/ice_switch.c:177:
+        0x40, 0x2f, 0x7c, 0x7e,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#447: FILE: drivers/net/ice/base/ice_switch.c:178:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#447: FILE: drivers/net/ice/base/ice_switch.c:178:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#448: FILE: drivers/net/ice/base/ice_switch.c:179:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#448: FILE: drivers/net/ice/base/ice_switch.c:179:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#450: FILE: drivers/net/ice/base/ice_switch.c:181:
+        0xb0, 0x00, 0x08, 0x00, /* ICE_GRE 34 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#450: FILE: drivers/net/ice/base/ice_switch.c:181:
+        0xb0, 0x00, 0x08, 0x00, /* ICE_GRE 34 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#451: FILE: drivers/net/ice/base/ice_switch.c:182:
+        0x46, 0x1e, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#451: FILE: drivers/net/ice/base/ice_switch.c:182:
+        0x46, 0x1e, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#452: FILE: drivers/net/ice/base/ice_switch.c:183:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#452: FILE: drivers/net/ice/base/ice_switch.c:183:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#453: FILE: drivers/net/ice/base/ice_switch.c:184:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#453: FILE: drivers/net/ice/base/ice_switch.c:184:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#455: FILE: drivers/net/ice/base/ice_switch.c:186:
+        0x45, 0x00, 0x00, 0x2a, /* ICE_IPV4_IL 50 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#455: FILE: drivers/net/ice/base/ice_switch.c:186:
+        0x45, 0x00, 0x00, 0x2a, /* ICE_IPV4_IL 50 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#456: FILE: drivers/net/ice/base/ice_switch.c:187:
+        0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#456: FILE: drivers/net/ice/base/ice_switch.c:187:
+        0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#457: FILE: drivers/net/ice/base/ice_switch.c:188:
+        0x40, 0x06, 0x7c, 0xcb,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#457: FILE: drivers/net/ice/base/ice_switch.c:188:
+        0x40, 0x06, 0x7c, 0xcb,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#458: FILE: drivers/net/ice/base/ice_switch.c:189:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#458: FILE: drivers/net/ice/base/ice_switch.c:189:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#459: FILE: drivers/net/ice/base/ice_switch.c:190:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#459: FILE: drivers/net/ice/base/ice_switch.c:190:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#461: FILE: drivers/net/ice/base/ice_switch.c:192:
+        0x00, 0x14, 0x00, 0x50, /* ICE_TCP_IL 70 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#461: FILE: drivers/net/ice/base/ice_switch.c:192:
+        0x00, 0x14, 0x00, 0x50, /* ICE_TCP_IL 70 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#462: FILE: drivers/net/ice/base/ice_switch.c:193:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#462: FILE: drivers/net/ice/base/ice_switch.c:193:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#463: FILE: drivers/net/ice/base/ice_switch.c:194:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#463: FILE: drivers/net/ice/base/ice_switch.c:194:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#464: FILE: drivers/net/ice/base/ice_switch.c:195:
+        0x50, 0x02, 0x20, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#464: FILE: drivers/net/ice/base/ice_switch.c:195:
+        0x50, 0x02, 0x20, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#465: FILE: drivers/net/ice/base/ice_switch.c:196:
+        0x91, 0x7a, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#465: FILE: drivers/net/ice/base/ice_switch.c:196:
+        0x91, 0x7a, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#467: FILE: drivers/net/ice/base/ice_switch.c:198:
+        0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#467: FILE: drivers/net/ice/base/ice_switch.c:198:
+        0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#471: FILE: drivers/net/ice/base/ice_switch.c:202:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#471: FILE: drivers/net/ice/base/ice_switch.c:202:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#472: FILE: drivers/net/ice/base/ice_switch.c:203:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#472: FILE: drivers/net/ice/base/ice_switch.c:203:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#473: FILE: drivers/net/ice/base/ice_switch.c:204:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#473: FILE: drivers/net/ice/base/ice_switch.c:204:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#474: FILE: drivers/net/ice/base/ice_switch.c:205:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#474: FILE: drivers/net/ice/base/ice_switch.c:205:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#475: FILE: drivers/net/ice/base/ice_switch.c:206:
+        { ICE_IPV4_IL,          50 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#475: FILE: drivers/net/ice/base/ice_switch.c:206:
+        { ICE_IPV4_IL,          50 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#476: FILE: drivers/net/ice/base/ice_switch.c:207:
+        { ICE_UDP_ILOS,         70 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#476: FILE: drivers/net/ice/base/ice_switch.c:207:
+        { ICE_UDP_ILOS,         70 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#477: FILE: drivers/net/ice/base/ice_switch.c:208:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#477: FILE: drivers/net/ice/base/ice_switch.c:208:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#481: FILE: drivers/net/ice/base/ice_switch.c:212:
+        0x00, 0x00, 0x00, 0x00,  /* ICE_MAC_OFOS 0 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#481: FILE: drivers/net/ice/base/ice_switch.c:212:
+        0x00, 0x00, 0x00, 0x00,  /* ICE_MAC_OFOS 0 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#482: FILE: drivers/net/ice/base/ice_switch.c:213:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#482: FILE: drivers/net/ice/base/ice_switch.c:213:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#483: FILE: drivers/net/ice/base/ice_switch.c:214:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#483: FILE: drivers/net/ice/base/ice_switch.c:214:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#485: FILE: drivers/net/ice/base/ice_switch.c:216:
+        0x08, 0x00,             /* ICE_ETYPE_OL 12 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#485: FILE: drivers/net/ice/base/ice_switch.c:216:
+        0x08, 0x00,             /* ICE_ETYPE_OL 12 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#487: FILE: drivers/net/ice/base/ice_switch.c:218:
+        0x45, 0x00, 0x00, 0x42, /* ICE_IPV4_OFOS 14 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#487: FILE: drivers/net/ice/base/ice_switch.c:218:
+        0x45, 0x00, 0x00, 0x42, /* ICE_IPV4_OFOS 14 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#488: FILE: drivers/net/ice/base/ice_switch.c:219:
+        0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#488: FILE: drivers/net/ice/base/ice_switch.c:219:
+        0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#489: FILE: drivers/net/ice/base/ice_switch.c:220:
+        0x40, 0x2f, 0x7c, 0x8a,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#489: FILE: drivers/net/ice/base/ice_switch.c:220:
+        0x40, 0x2f, 0x7c, 0x8a,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#490: FILE: drivers/net/ice/base/ice_switch.c:221:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#490: FILE: drivers/net/ice/base/ice_switch.c:221:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#491: FILE: drivers/net/ice/base/ice_switch.c:222:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#491: FILE: drivers/net/ice/base/ice_switch.c:222:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#493: FILE: drivers/net/ice/base/ice_switch.c:224:
+        0xb0, 0x00, 0x08, 0x00, /* ICE_GRE 34 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#493: FILE: drivers/net/ice/base/ice_switch.c:224:
+        0xb0, 0x00, 0x08, 0x00, /* ICE_GRE 34 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#494: FILE: drivers/net/ice/base/ice_switch.c:225:
+        0x46, 0x1d, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#494: FILE: drivers/net/ice/base/ice_switch.c:225:
+        0x46, 0x1d, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#495: FILE: drivers/net/ice/base/ice_switch.c:226:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#495: FILE: drivers/net/ice/base/ice_switch.c:226:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#496: FILE: drivers/net/ice/base/ice_switch.c:227:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#496: FILE: drivers/net/ice/base/ice_switch.c:227:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#498: FILE: drivers/net/ice/base/ice_switch.c:229:
+        0x45, 0x00, 0x00, 0x1e, /* ICE_IPV4_IL 50 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#498: FILE: drivers/net/ice/base/ice_switch.c:229:
+        0x45, 0x00, 0x00, 0x1e, /* ICE_IPV4_IL 50 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#499: FILE: drivers/net/ice/base/ice_switch.c:230:
+        0x00, 0x01, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#499: FILE: drivers/net/ice/base/ice_switch.c:230:
+        0x00, 0x01, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#500: FILE: drivers/net/ice/base/ice_switch.c:231:
+        0x40, 0x11, 0x7c, 0xcc,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#500: FILE: drivers/net/ice/base/ice_switch.c:231:
+        0x40, 0x11, 0x7c, 0xcc,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#501: FILE: drivers/net/ice/base/ice_switch.c:232:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#501: FILE: drivers/net/ice/base/ice_switch.c:232:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#502: FILE: drivers/net/ice/base/ice_switch.c:233:
+        0x7f, 0x00, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#502: FILE: drivers/net/ice/base/ice_switch.c:233:
+        0x7f, 0x00, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#504: FILE: drivers/net/ice/base/ice_switch.c:235:
+        0x00, 0x35, 0x00, 0x35, /* ICE_UDP_ILOS 70 */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#504: FILE: drivers/net/ice/base/ice_switch.c:235:
+        0x00, 0x35, 0x00, 0x35, /* ICE_UDP_ILOS 70 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#505: FILE: drivers/net/ice/base/ice_switch.c:236:
+        0x00, 0x0a, 0x01, 0x6e,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#505: FILE: drivers/net/ice/base/ice_switch.c:236:
+        0x00, 0x0a, 0x01, 0x6e,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#507: FILE: drivers/net/ice/base/ice_switch.c:238:
+        0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#507: FILE: drivers/net/ice/base/ice_switch.c:238:
+        0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#511: FILE: drivers/net/ice/base/ice_switch.c:242:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#511: FILE: drivers/net/ice/base/ice_switch.c:242:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#512: FILE: drivers/net/ice/base/ice_switch.c:243:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#512: FILE: drivers/net/ice/base/ice_switch.c:243:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#513: FILE: drivers/net/ice/base/ice_switch.c:244:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#513: FILE: drivers/net/ice/base/ice_switch.c:244:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#514: FILE: drivers/net/ice/base/ice_switch.c:245:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#514: FILE: drivers/net/ice/base/ice_switch.c:245:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#515: FILE: drivers/net/ice/base/ice_switch.c:246:
+        { ICE_IPV4_IL,          46 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#515: FILE: drivers/net/ice/base/ice_switch.c:246:
+        { ICE_IPV4_IL,          46 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#516: FILE: drivers/net/ice/base/ice_switch.c:247:
+        { ICE_TCP_IL,           66 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#516: FILE: drivers/net/ice/base/ice_switch.c:247:
+        { ICE_TCP_IL,           66 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#517: FILE: drivers/net/ice/base/ice_switch.c:248:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#517: FILE: drivers/net/ice/base/ice_switch.c:248:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#521: FILE: drivers/net/ice/base/ice_switch.c:252:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#521: FILE: drivers/net/ice/base/ice_switch.c:252:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#522: FILE: drivers/net/ice/base/ice_switch.c:253:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#522: FILE: drivers/net/ice/base/ice_switch.c:253:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#523: FILE: drivers/net/ice/base/ice_switch.c:254:
+        0x00, 0x4a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#523: FILE: drivers/net/ice/base/ice_switch.c:254:
+        0x00, 0x4a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#524: FILE: drivers/net/ice/base/ice_switch.c:255:
+        0x7c, 0x82, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#524: FILE: drivers/net/ice/base/ice_switch.c:255:
+        0x7c, 0x82, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#525: FILE: drivers/net/ice/base/ice_switch.c:256:
+        0x00, 0x01, 0x30, 0x00, 0x08, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#525: FILE: drivers/net/ice/base/ice_switch.c:256:
+        0x00, 0x01, 0x30, 0x00, 0x08, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#526: FILE: drivers/net/ice/base/ice_switch.c:257:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#526: FILE: drivers/net/ice/base/ice_switch.c:257:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#527: FILE: drivers/net/ice/base/ice_switch.c:258:
+        0x00, 0x2a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x06,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#527: FILE: drivers/net/ice/base/ice_switch.c:258:
+        0x00, 0x2a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x06,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#528: FILE: drivers/net/ice/base/ice_switch.c:259:
+        0x7c, 0xcb, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#528: FILE: drivers/net/ice/base/ice_switch.c:259:
+        0x7c, 0xcb, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#529: FILE: drivers/net/ice/base/ice_switch.c:260:
+        0x00, 0x01, 0x00, 0x14, 0x00, 0x50, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#529: FILE: drivers/net/ice/base/ice_switch.c:260:
+        0x00, 0x01, 0x00, 0x14, 0x00, 0x50, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#530: FILE: drivers/net/ice/base/ice_switch.c:261:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x02,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#530: FILE: drivers/net/ice/base/ice_switch.c:261:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x02,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#531: FILE: drivers/net/ice/base/ice_switch.c:262:
+        0x20, 0x00, 0x91, 0x7a, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#531: FILE: drivers/net/ice/base/ice_switch.c:262:
+        0x20, 0x00, 0x91, 0x7a, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#535: FILE: drivers/net/ice/base/ice_switch.c:266:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#535: FILE: drivers/net/ice/base/ice_switch.c:266:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#536: FILE: drivers/net/ice/base/ice_switch.c:267:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#536: FILE: drivers/net/ice/base/ice_switch.c:267:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#537: FILE: drivers/net/ice/base/ice_switch.c:268:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#537: FILE: drivers/net/ice/base/ice_switch.c:268:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#538: FILE: drivers/net/ice/base/ice_switch.c:269:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#538: FILE: drivers/net/ice/base/ice_switch.c:269:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#539: FILE: drivers/net/ice/base/ice_switch.c:270:
+        { ICE_IPV4_IL,          46 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#539: FILE: drivers/net/ice/base/ice_switch.c:270:
+        { ICE_IPV4_IL,          46 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#540: FILE: drivers/net/ice/base/ice_switch.c:271:
+        { ICE_UDP_ILOS,         66 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#540: FILE: drivers/net/ice/base/ice_switch.c:271:
+        { ICE_UDP_ILOS,         66 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#541: FILE: drivers/net/ice/base/ice_switch.c:272:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#541: FILE: drivers/net/ice/base/ice_switch.c:272:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#545: FILE: drivers/net/ice/base/ice_switch.c:276:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#545: FILE: drivers/net/ice/base/ice_switch.c:276:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#546: FILE: drivers/net/ice/base/ice_switch.c:277:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#546: FILE: drivers/net/ice/base/ice_switch.c:277:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#547: FILE: drivers/net/ice/base/ice_switch.c:278:
+        0x00, 0x3e, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#547: FILE: drivers/net/ice/base/ice_switch.c:278:
+        0x00, 0x3e, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#548: FILE: drivers/net/ice/base/ice_switch.c:279:
+        0x7c, 0x8e, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#548: FILE: drivers/net/ice/base/ice_switch.c:279:
+        0x7c, 0x8e, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#549: FILE: drivers/net/ice/base/ice_switch.c:280:
+        0x00, 0x01, 0x30, 0x00, 0x08, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#549: FILE: drivers/net/ice/base/ice_switch.c:280:
+        0x00, 0x01, 0x30, 0x00, 0x08, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#550: FILE: drivers/net/ice/base/ice_switch.c:281:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#550: FILE: drivers/net/ice/base/ice_switch.c:281:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#551: FILE: drivers/net/ice/base/ice_switch.c:282:
+        0x00, 0x1e, 0x00, 0x01, 0x00, 0x00, 0x40, 0x11,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#551: FILE: drivers/net/ice/base/ice_switch.c:282:
+        0x00, 0x1e, 0x00, 0x01, 0x00, 0x00, 0x40, 0x11,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#552: FILE: drivers/net/ice/base/ice_switch.c:283:
+        0x7c, 0xcc, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#552: FILE: drivers/net/ice/base/ice_switch.c:283:
+        0x7c, 0xcc, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#553: FILE: drivers/net/ice/base/ice_switch.c:284:
+        0x00, 0x01, 0x00, 0x35, 0x00, 0x35, 0x00, 0x0a,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#553: FILE: drivers/net/ice/base/ice_switch.c:284:
+        0x00, 0x01, 0x00, 0x35, 0x00, 0x35, 0x00, 0x0a,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#554: FILE: drivers/net/ice/base/ice_switch.c:285:
+        0x01, 0x6e, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#554: FILE: drivers/net/ice/base/ice_switch.c:285:
+        0x01, 0x6e, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#558: FILE: drivers/net/ice/base/ice_switch.c:289:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#558: FILE: drivers/net/ice/base/ice_switch.c:289:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#559: FILE: drivers/net/ice/base/ice_switch.c:290:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#559: FILE: drivers/net/ice/base/ice_switch.c:290:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#560: FILE: drivers/net/ice/base/ice_switch.c:291:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#560: FILE: drivers/net/ice/base/ice_switch.c:291:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#561: FILE: drivers/net/ice/base/ice_switch.c:292:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#561: FILE: drivers/net/ice/base/ice_switch.c:292:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#562: FILE: drivers/net/ice/base/ice_switch.c:293:
+        { ICE_IPV4_IL,          42 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#562: FILE: drivers/net/ice/base/ice_switch.c:293:
+        { ICE_IPV4_IL,          42 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#563: FILE: drivers/net/ice/base/ice_switch.c:294:
+        { ICE_TCP_IL,           62 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#563: FILE: drivers/net/ice/base/ice_switch.c:294:
+        { ICE_TCP_IL,           62 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#564: FILE: drivers/net/ice/base/ice_switch.c:295:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#564: FILE: drivers/net/ice/base/ice_switch.c:295:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#568: FILE: drivers/net/ice/base/ice_switch.c:299:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#568: FILE: drivers/net/ice/base/ice_switch.c:299:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#569: FILE: drivers/net/ice/base/ice_switch.c:300:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#569: FILE: drivers/net/ice/base/ice_switch.c:300:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#570: FILE: drivers/net/ice/base/ice_switch.c:301:
+        0x00, 0x46, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#570: FILE: drivers/net/ice/base/ice_switch.c:301:
+        0x00, 0x46, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#571: FILE: drivers/net/ice/base/ice_switch.c:302:
+        0x7c, 0x86, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#571: FILE: drivers/net/ice/base/ice_switch.c:302:
+        0x7c, 0x86, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#572: FILE: drivers/net/ice/base/ice_switch.c:303:
+        0x00, 0x01, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#572: FILE: drivers/net/ice/base/ice_switch.c:303:
+        0x00, 0x01, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#573: FILE: drivers/net/ice/base/ice_switch.c:304:
+        0x00, 0x00, 0x45, 0x00, 0x00, 0x2a, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#573: FILE: drivers/net/ice/base/ice_switch.c:304:
+        0x00, 0x00, 0x45, 0x00, 0x00, 0x2a, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#574: FILE: drivers/net/ice/base/ice_switch.c:305:
+        0x00, 0x00, 0x40, 0x06, 0x7c, 0xcb, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#574: FILE: drivers/net/ice/base/ice_switch.c:305:
+        0x00, 0x00, 0x40, 0x06, 0x7c, 0xcb, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#575: FILE: drivers/net/ice/base/ice_switch.c:306:
+        0x00, 0x01, 0x7f, 0x00, 0x00, 0x01, 0x00, 0x14,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#575: FILE: drivers/net/ice/base/ice_switch.c:306:
+        0x00, 0x01, 0x7f, 0x00, 0x00, 0x01, 0x00, 0x14,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#576: FILE: drivers/net/ice/base/ice_switch.c:307:
+        0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#576: FILE: drivers/net/ice/base/ice_switch.c:307:
+        0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#577: FILE: drivers/net/ice/base/ice_switch.c:308:
+        0x00, 0x00, 0x50, 0x02, 0x20, 0x00, 0x91, 0x7a,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#577: FILE: drivers/net/ice/base/ice_switch.c:308:
+        0x00, 0x00, 0x50, 0x02, 0x20, 0x00, 0x91, 0x7a,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#578: FILE: drivers/net/ice/base/ice_switch.c:309:
+        0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#578: FILE: drivers/net/ice/base/ice_switch.c:309:
+        0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#582: FILE: drivers/net/ice/base/ice_switch.c:313:
+        { ICE_MAC_OFOS,         0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#582: FILE: drivers/net/ice/base/ice_switch.c:313:
+        { ICE_MAC_OFOS,         0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#583: FILE: drivers/net/ice/base/ice_switch.c:314:
+        { ICE_ETYPE_OL,         12 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#583: FILE: drivers/net/ice/base/ice_switch.c:314:
+        { ICE_ETYPE_OL,         12 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#584: FILE: drivers/net/ice/base/ice_switch.c:315:
+        { ICE_IPV4_OFOS,        14 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#584: FILE: drivers/net/ice/base/ice_switch.c:315:
+        { ICE_IPV4_OFOS,        14 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#585: FILE: drivers/net/ice/base/ice_switch.c:316:
+        { ICE_GRE,              34 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#585: FILE: drivers/net/ice/base/ice_switch.c:316:
+        { ICE_GRE,              34 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#586: FILE: drivers/net/ice/base/ice_switch.c:317:
+        { ICE_IPV4_IL,          42 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#586: FILE: drivers/net/ice/base/ice_switch.c:317:
+        { ICE_IPV4_IL,          42 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#587: FILE: drivers/net/ice/base/ice_switch.c:318:
+        { ICE_UDP_ILOS,         62 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#587: FILE: drivers/net/ice/base/ice_switch.c:318:
+        { ICE_UDP_ILOS,         62 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#588: FILE: drivers/net/ice/base/ice_switch.c:319:
+        { ICE_PROTOCOL_LAST,    0 },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#588: FILE: drivers/net/ice/base/ice_switch.c:319:
+        { ICE_PROTOCOL_LAST,    0 },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#592: FILE: drivers/net/ice/base/ice_switch.c:323:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#592: FILE: drivers/net/ice/base/ice_switch.c:323:
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#593: FILE: drivers/net/ice/base/ice_switch.c:324:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#593: FILE: drivers/net/ice/base/ice_switch.c:324:
+        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x45, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#594: FILE: drivers/net/ice/base/ice_switch.c:325:
+        0x00, 0x3a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#594: FILE: drivers/net/ice/base/ice_switch.c:325:
+        0x00, 0x3a, 0x00, 0x01, 0x00, 0x00, 0x40, 0x2f,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#595: FILE: drivers/net/ice/base/ice_switch.c:326:
+        0x7c, 0x92, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#595: FILE: drivers/net/ice/base/ice_switch.c:326:
+        0x7c, 0x92, 0x7f, 0x00, 0x00, 0x01, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#596: FILE: drivers/net/ice/base/ice_switch.c:327:
+        0x00, 0x01, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#596: FILE: drivers/net/ice/base/ice_switch.c:327:
+        0x00, 0x01, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#597: FILE: drivers/net/ice/base/ice_switch.c:328:
+        0x00, 0x00, 0x45, 0x00, 0x00, 0x1e, 0x00, 0x01,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#597: FILE: drivers/net/ice/base/ice_switch.c:328:
+        0x00, 0x00, 0x45, 0x00, 0x00, 0x1e, 0x00, 0x01,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#598: FILE: drivers/net/ice/base/ice_switch.c:329:
+        0x00, 0x00, 0x40, 0x11, 0x7c, 0xcc, 0x7f, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#598: FILE: drivers/net/ice/base/ice_switch.c:329:
+        0x00, 0x00, 0x40, 0x11, 0x7c, 0xcc, 0x7f, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#599: FILE: drivers/net/ice/base/ice_switch.c:330:
+        0x00, 0x01, 0x7f, 0x00, 0x00, 0x01, 0x00, 0x35,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#599: FILE: drivers/net/ice/base/ice_switch.c:330:
+        0x00, 0x01, 0x7f, 0x00, 0x00, 0x01, 0x00, 0x35,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#600: FILE: drivers/net/ice/base/ice_switch.c:331:
+        0x00, 0x35, 0x00, 0x0a, 0x01, 0x6e, 0x00, 0x00,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#600: FILE: drivers/net/ice/base/ice_switch.c:331:
+        0x00, 0x35, 0x00, 0x0a, 0x01, 0x6e, 0x00, 0x00,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#610: FILE: drivers/net/ice/base/ice_switch.c:6251:
+        { ICE_GRE,              { 0, 2, 4, 6, 8, 10, 12, 14 } },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#610: FILE: drivers/net/ice/base/ice_switch.c:6251:
+        { ICE_GRE,              { 0, 2, 4, 6, 8, 10, 12, 14 } },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#618: FILE: drivers/net/ice/base/ice_switch.c:6286:
+        { ICE_GRE,              ICE_GRE_OF_HW },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#618: FILE: drivers/net/ice/base/ice_switch.c:6286:
+        { ICE_GRE,              ICE_GRE_OF_HW },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#627: FILE: drivers/net/ice/base/ice_switch.c:6299:
+                              struct ice_prot_lkup_ext *lkup_exts)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#627: FILE: drivers/net/ice/base/ice_switch.c:6299:
+                              struct ice_prot_lkup_ext *lkup_exts)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#629: FILE: drivers/net/ice/base/ice_switch.c:6301:
+        int i;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#629: FILE: drivers/net/ice/base/ice_switch.c:6301:
+        int i;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#631: FILE: drivers/net/ice/base/ice_switch.c:6303:
+        if (!sw->buildin_recipes)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#631: FILE: drivers/net/ice/base/ice_switch.c:6303:
+        if (!sw->buildin_recipes)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#632: FILE: drivers/net/ice/base/ice_switch.c:6304:
+                return ICE_MAX_NUM_RECIPES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#632: FILE: drivers/net/ice/base/ice_switch.c:6304:
+                return ICE_MAX_NUM_RECIPES;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#634: FILE: drivers/net/ice/base/ice_switch.c:6306:
+        for (i = 10; i < ICE_MAX_NUM_RECIPES; i++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#634: FILE: drivers/net/ice/base/ice_switch.c:6306:
+        for (i = 10; i < ICE_MAX_NUM_RECIPES; i++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#635: FILE: drivers/net/ice/base/ice_switch.c:6307:
+                struct ice_sw_recipe *recp = &sw->buildin_recipes[i];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#635: FILE: drivers/net/ice/base/ice_switch.c:6307:
+                struct ice_sw_recipe *recp = &sw->buildin_recipes[i];$

ERROR:CODE_INDENT: code indent should use tabs where possible
#636: FILE: drivers/net/ice/base/ice_switch.c:6308:
+                struct ice_fv_word *a = lkup_exts->fv_words;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#636: FILE: drivers/net/ice/base/ice_switch.c:6308:
+                struct ice_fv_word *a = lkup_exts->fv_words;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#637: FILE: drivers/net/ice/base/ice_switch.c:6309:
+                struct ice_fv_word *b = recp->lkup_exts.fv_words;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#637: FILE: drivers/net/ice/base/ice_switch.c:6309:
+                struct ice_fv_word *b = recp->lkup_exts.fv_words;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#638: FILE: drivers/net/ice/base/ice_switch.c:6310:
+                u16 *c = recp->lkup_exts.field_mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#638: FILE: drivers/net/ice/base/ice_switch.c:6310:
+                u16 *c = recp->lkup_exts.field_mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#639: FILE: drivers/net/ice/base/ice_switch.c:6311:
+                u16 *d = lkup_exts->field_mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#639: FILE: drivers/net/ice/base/ice_switch.c:6311:
+                u16 *d = lkup_exts->field_mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#640: FILE: drivers/net/ice/base/ice_switch.c:6312:
+                bool found = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#640: FILE: drivers/net/ice/base/ice_switch.c:6312:
+                bool found = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#641: FILE: drivers/net/ice/base/ice_switch.c:6313:
+                u8 p, q;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#641: FILE: drivers/net/ice/base/ice_switch.c:6313:
+                u8 p, q;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#643: FILE: drivers/net/ice/base/ice_switch.c:6315:
+                if (!recp->is_root)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#643: FILE: drivers/net/ice/base/ice_switch.c:6315:
+                if (!recp->is_root)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#644: FILE: drivers/net/ice/base/ice_switch.c:6316:
+                        continue;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#644: FILE: drivers/net/ice/base/ice_switch.c:6316:
+                        continue;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#646: FILE: drivers/net/ice/base/ice_switch.c:6318:
+                if (recp->lkup_exts.n_val_words != lkup_exts->n_val_words)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#646: FILE: drivers/net/ice/base/ice_switch.c:6318:
+                if (recp->lkup_exts.n_val_words != lkup_exts->n_val_words)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#647: FILE: drivers/net/ice/base/ice_switch.c:6319:
+                        continue;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#647: FILE: drivers/net/ice/base/ice_switch.c:6319:
+                        continue;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#649: FILE: drivers/net/ice/base/ice_switch.c:6321:
+                for (p = 0; p < lkup_exts->n_val_words; p++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#649: FILE: drivers/net/ice/base/ice_switch.c:6321:
+                for (p = 0; p < lkup_exts->n_val_words; p++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#650: FILE: drivers/net/ice/base/ice_switch.c:6322:
+                        for (q = 0; q < recp->lkup_exts.n_val_words; q++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#650: FILE: drivers/net/ice/base/ice_switch.c:6322:
+                        for (q = 0; q < recp->lkup_exts.n_val_words; q++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#651: FILE: drivers/net/ice/base/ice_switch.c:6323:
+                                if (a[p].off == b[q].off &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#651: FILE: drivers/net/ice/base/ice_switch.c:6323:
+                                if (a[p].off == b[q].off &&$

ERROR:CODE_INDENT: code indent should use tabs where possible
#652: FILE: drivers/net/ice/base/ice_switch.c:6324:
+                                    a[p].prot_id == b[q].prot_id &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#652: FILE: drivers/net/ice/base/ice_switch.c:6324:
+                                    a[p].prot_id == b[q].prot_id &&$

ERROR:CODE_INDENT: code indent should use tabs where possible
#653: FILE: drivers/net/ice/base/ice_switch.c:6325:
+                                    d[p] == c[q])$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#653: FILE: drivers/net/ice/base/ice_switch.c:6325:
+                                    d[p] == c[q])$

ERROR:CODE_INDENT: code indent should use tabs where possible
#654: FILE: drivers/net/ice/base/ice_switch.c:6326:
+                                        break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#654: FILE: drivers/net/ice/base/ice_switch.c:6326:
+                                        break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#655: FILE: drivers/net/ice/base/ice_switch.c:6327:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#655: FILE: drivers/net/ice/base/ice_switch.c:6327:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#656: FILE: drivers/net/ice/base/ice_switch.c:6328:
+                        if (q >= recp->lkup_exts.n_val_words) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#656: FILE: drivers/net/ice/base/ice_switch.c:6328:
+                        if (q >= recp->lkup_exts.n_val_words) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#657: FILE: drivers/net/ice/base/ice_switch.c:6329:
+                                found = false;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#657: FILE: drivers/net/ice/base/ice_switch.c:6329:
+                                found = false;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#658: FILE: drivers/net/ice/base/ice_switch.c:6330:
+                                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#658: FILE: drivers/net/ice/base/ice_switch.c:6330:
+                                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#659: FILE: drivers/net/ice/base/ice_switch.c:6331:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#659: FILE: drivers/net/ice/base/ice_switch.c:6331:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#660: FILE: drivers/net/ice/base/ice_switch.c:6332:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#660: FILE: drivers/net/ice/base/ice_switch.c:6332:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#661: FILE: drivers/net/ice/base/ice_switch.c:6333:
+                if (found)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#661: FILE: drivers/net/ice/base/ice_switch.c:6333:
+                if (found)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#662: FILE: drivers/net/ice/base/ice_switch.c:6334:
+                        return i;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#662: FILE: drivers/net/ice/base/ice_switch.c:6334:
+                        return i;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#663: FILE: drivers/net/ice/base/ice_switch.c:6335:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#663: FILE: drivers/net/ice/base/ice_switch.c:6335:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#664: FILE: drivers/net/ice/base/ice_switch.c:6336:
+        return ICE_MAX_NUM_RECIPES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#664: FILE: drivers/net/ice/base/ice_switch.c:6336:
+        return ICE_MAX_NUM_RECIPES;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#674: FILE: drivers/net/ice/base/ice_switch.c:6351:
+        u16 buildin_rid;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#674: FILE: drivers/net/ice/base/ice_switch.c:6351:
+        u16 buildin_rid;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#677: FILE: drivers/net/ice/base/ice_switch.c:6354:
+        if (hw->use_buildin_recipe) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#677: FILE: drivers/net/ice/base/ice_switch.c:6354:
+        if (hw->use_buildin_recipe) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#678: FILE: drivers/net/ice/base/ice_switch.c:6355:
+                buildin_rid = buildin_recipe_get(hw->switch_info, lkup_exts);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#678: FILE: drivers/net/ice/base/ice_switch.c:6355:
+                buildin_rid = buildin_recipe_get(hw->switch_info, lkup_exts);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#679: FILE: drivers/net/ice/base/ice_switch.c:6356:
+                if (buildin_rid < ICE_MAX_NUM_RECIPES)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#679: FILE: drivers/net/ice/base/ice_switch.c:6356:
+                if (buildin_rid < ICE_MAX_NUM_RECIPES)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#680: FILE: drivers/net/ice/base/ice_switch.c:6357:
+                        return buildin_rid;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#680: FILE: drivers/net/ice/base/ice_switch.c:6357:
+                        return buildin_rid;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#681: FILE: drivers/net/ice/base/ice_switch.c:6358:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#681: FILE: drivers/net/ice/base/ice_switch.c:6358:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#690: FILE: drivers/net/ice/base/ice_switch.c:6454:
+        u8 extra_byte = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#690: FILE: drivers/net/ice/base/ice_switch.c:6454:
+        u8 extra_byte = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#698: FILE: drivers/net/ice/base/ice_switch.c:6467:
+                        if (rule->type == ICE_GRE) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#698: FILE: drivers/net/ice/base/ice_switch.c:6467:
+                        if (rule->type == ICE_GRE) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#699: FILE: drivers/net/ice/base/ice_switch.c:6468:
+                                if (ice_prot_ext[rule->type].offs[j] == 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#699: FILE: drivers/net/ice/base/ice_switch.c:6468:
+                                if (ice_prot_ext[rule->type].offs[j] == 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#700: FILE: drivers/net/ice/base/ice_switch.c:6469:
+                                        if (((u16 *)&rule->h_u)[j] == 0x20) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#700: FILE: drivers/net/ice/base/ice_switch.c:6469:
+                                        if (((u16 *)&rule->h_u)[j] == 0x20) {$

WARNING:BRACES: braces {} are not necessary for single statement blocks
#700: FILE: drivers/net/ice/base/ice_switch.c:6469:
+                                        if (((u16 *)&rule->h_u)[j] == 0x20) {
+                                                extra_byte = 4;
+                                        }

ERROR:CODE_INDENT: code indent should use tabs where possible
#701: FILE: drivers/net/ice/base/ice_switch.c:6470:
+                                                extra_byte = 4;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#701: FILE: drivers/net/ice/base/ice_switch.c:6470:
+                                                extra_byte = 4;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#702: FILE: drivers/net/ice/base/ice_switch.c:6471:
+                                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#702: FILE: drivers/net/ice/base/ice_switch.c:6471:
+                                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#703: FILE: drivers/net/ice/base/ice_switch.c:6472:
+                                        continue;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#703: FILE: drivers/net/ice/base/ice_switch.c:6472:
+                                        continue;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#704: FILE: drivers/net/ice/base/ice_switch.c:6473:
+                                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#704: FILE: drivers/net/ice/base/ice_switch.c:6473:
+                                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#705: FILE: drivers/net/ice/base/ice_switch.c:6474:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#705: FILE: drivers/net/ice/base/ice_switch.c:6474:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#730: FILE: drivers/net/ice/base/ice_switch.c:7044:
+        status = ice_get_sw_fv_list(hw, prot_ids, lkups_cnt, bm, fv_list, lkup_exts);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#730: FILE: drivers/net/ice/base/ice_switch.c:7044:
+        status = ice_get_sw_fv_list(hw, prot_ids, lkups_cnt, bm, fv_list, lkup_exts);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#738: FILE: drivers/net/ice/base/ice_switch.c:7074:
+        case ICE_SW_TUN_GRE:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#738: FILE: drivers/net/ice/base/ice_switch.c:7074:
+        case ICE_SW_TUN_GRE:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#739: FILE: drivers/net/ice/base/ice_switch.c:7075:
+                *mask = ICE_GRE_FLAG_MASK;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#739: FILE: drivers/net/ice/base/ice_switch.c:7075:
+                *mask = ICE_GRE_FLAG_MASK;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#740: FILE: drivers/net/ice/base/ice_switch.c:7076:
+                return true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#740: FILE: drivers/net/ice/base/ice_switch.c:7076:
+                return true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#749: FILE: drivers/net/ice/base/ice_switch.c:7098:
+        u8 has_gre_key = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#749: FILE: drivers/net/ice/base/ice_switch.c:7098:
+        u8 has_gre_key = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#751: FILE: drivers/net/ice/base/ice_switch.c:7100:
+        u8 i;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#751: FILE: drivers/net/ice/base/ice_switch.c:7100:
+        u8 i;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#753: FILE: drivers/net/ice/base/ice_switch.c:7102:
+        for (i = 0; i < lkup_exts->n_val_words; i++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#753: FILE: drivers/net/ice/base/ice_switch.c:7102:
+        for (i = 0; i < lkup_exts->n_val_words; i++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#754: FILE: drivers/net/ice/base/ice_switch.c:7103:
+                if (lkup_exts->fv_words[i].prot_id == 0x40) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#754: FILE: drivers/net/ice/base/ice_switch.c:7103:
+                if (lkup_exts->fv_words[i].prot_id == 0x40) {$

WARNING:BRACES: braces {} are not necessary for single statement blocks
#754: FILE: drivers/net/ice/base/ice_switch.c:7103:
+                if (lkup_exts->fv_words[i].prot_id == 0x40) {
+                        has_gre_key = 1;
+                }

ERROR:CODE_INDENT: code indent should use tabs where possible
#755: FILE: drivers/net/ice/base/ice_switch.c:7104:
+                        has_gre_key = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#755: FILE: drivers/net/ice/base/ice_switch.c:7104:
+                        has_gre_key = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#756: FILE: drivers/net/ice/base/ice_switch.c:7105:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#756: FILE: drivers/net/ice/base/ice_switch.c:7105:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#757: FILE: drivers/net/ice/base/ice_switch.c:7106:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#757: FILE: drivers/net/ice/base/ice_switch.c:7106:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#766: FILE: drivers/net/ice/base/ice_switch.c:7119:
+                        if (rinfo->tun_type == ICE_SW_TUN_GRE)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#766: FILE: drivers/net/ice/base/ice_switch.c:7119:
+                        if (rinfo->tun_type == ICE_SW_TUN_GRE)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#767: FILE: drivers/net/ice/base/ice_switch.c:7120:
+                                lkup_exts->fv_words[word].off = ICE_GRE_FLAG_MDID_OFF;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#767: FILE: drivers/net/ice/base/ice_switch.c:7120:
+                                lkup_exts->fv_words[word].off = ICE_GRE_FLAG_MDID_OFF;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#769: FILE: drivers/net/ice/base/ice_switch.c:7122:
+                        if (!has_gre_key)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#769: FILE: drivers/net/ice/base/ice_switch.c:7122:
+                        if (!has_gre_key)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#770: FILE: drivers/net/ice/base/ice_switch.c:7123:
+                                lkup_exts->field_mask[word] = 0x0140;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#770: FILE: drivers/net/ice/base/ice_switch.c:7123:
+                                lkup_exts->field_mask[word] = 0x0140;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#778: FILE: drivers/net/ice/base/ice_switch.c:7165:
+        case ICE_SW_TUN_GRE:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#778: FILE: drivers/net/ice/base/ice_switch.c:7165:
+        case ICE_SW_TUN_GRE:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#779: FILE: drivers/net/ice/base/ice_switch.c:7166:
+                prof_type = ICE_PROF_TUN_GRE;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#779: FILE: drivers/net/ice/base/ice_switch.c:7166:
+                prof_type = ICE_PROF_TUN_GRE;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#780: FILE: drivers/net/ice/base/ice_switch.c:7167:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#780: FILE: drivers/net/ice/base/ice_switch.c:7167:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#797: FILE: drivers/net/ice/base/ice_switch.c:7537:
+        bool gre_c_bit = false;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#797: FILE: drivers/net/ice/base/ice_switch.c:7537:
+        bool gre_c_bit = false;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#798: FILE: drivers/net/ice/base/ice_switch.c:7538:
+        bool gre_k_bit = false;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#798: FILE: drivers/net/ice/base/ice_switch.c:7538:
+        bool gre_k_bit = false;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#807: FILE: drivers/net/ice/base/ice_switch.c:7547:
+                else if (lkups[i].type == ICE_IPV6_OFOS) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#807: FILE: drivers/net/ice/base/ice_switch.c:7547:
+                else if (lkups[i].type == ICE_IPV6_OFOS) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#809: FILE: drivers/net/ice/base/ice_switch.c:7549:
+                        if (lkups[i].h_u.ipv6_hdr.next_hdr == ICE_IPV6_GRE_PROTO_ID &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#809: FILE: drivers/net/ice/base/ice_switch.c:7549:
+                        if (lkups[i].h_u.ipv6_hdr.next_hdr == ICE_IPV6_GRE_PROTO_ID &&$

ERROR:CODE_INDENT: code indent should use tabs where possible
#810: FILE: drivers/net/ice/base/ice_switch.c:7550:
+                            lkups[i].m_u.ipv6_hdr.next_hdr == 0xFF)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#810: FILE: drivers/net/ice/base/ice_switch.c:7550:
+                            lkups[i].m_u.ipv6_hdr.next_hdr == 0xFF)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#811: FILE: drivers/net/ice/base/ice_switch.c:7551:
+                                gre = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#811: FILE: drivers/net/ice/base/ice_switch.c:7551:
+                                gre = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#812: FILE: drivers/net/ice/base/ice_switch.c:7552:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#812: FILE: drivers/net/ice/base/ice_switch.c:7552:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#815: FILE: drivers/net/ice/base/ice_switch.c:7555:
+                else if (lkups[i].type == ICE_GRE) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#815: FILE: drivers/net/ice/base/ice_switch.c:7555:
+                else if (lkups[i].type == ICE_GRE) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#816: FILE: drivers/net/ice/base/ice_switch.c:7556:
+                        if (lkups[i].h_u.gre_hdr.flags & 0x20)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#816: FILE: drivers/net/ice/base/ice_switch.c:7556:
+                        if (lkups[i].h_u.gre_hdr.flags & 0x20)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#817: FILE: drivers/net/ice/base/ice_switch.c:7557:
+                                gre_k_bit = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#817: FILE: drivers/net/ice/base/ice_switch.c:7557:
+                                gre_k_bit = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#818: FILE: drivers/net/ice/base/ice_switch.c:7558:
+                        if (lkups[i].h_u.gre_hdr.flags & 0x80)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#818: FILE: drivers/net/ice/base/ice_switch.c:7558:
+                        if (lkups[i].h_u.gre_hdr.flags & 0x80)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#819: FILE: drivers/net/ice/base/ice_switch.c:7559:
+                                gre_c_bit = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#819: FILE: drivers/net/ice/base/ice_switch.c:7559:
+                                gre_c_bit = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#820: FILE: drivers/net/ice/base/ice_switch.c:7560:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#820: FILE: drivers/net/ice/base/ice_switch.c:7560:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#821: FILE: drivers/net/ice/base/ice_switch.c:7561:
+                else if (lkups[i].type == ICE_IPV4_OFOS &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#821: FILE: drivers/net/ice/base/ice_switch.c:7561:
+                else if (lkups[i].type == ICE_IPV4_OFOS &&$

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#821: FILE: drivers/net/ice/base/ice_switch.c:7561:
+                }
+                else if (lkups[i].type == ICE_IPV4_OFOS &&

ERROR:CODE_INDENT: code indent should use tabs where possible
#822: FILE: drivers/net/ice/base/ice_switch.c:7562:
+                         lkups[i].h_u.ipv4_hdr.protocol ==$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#822: FILE: drivers/net/ice/base/ice_switch.c:7562:
+                         lkups[i].h_u.ipv4_hdr.protocol ==$

ERROR:CODE_INDENT: code indent should use tabs where possible
#823: FILE: drivers/net/ice/base/ice_switch.c:7563:
+                                ICE_IPV4_GRE_PROTO_ID &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#823: FILE: drivers/net/ice/base/ice_switch.c:7563:
+                                ICE_IPV4_GRE_PROTO_ID &&$

ERROR:CODE_INDENT: code indent should use tabs where possible
#824: FILE: drivers/net/ice/base/ice_switch.c:7564:
+                         lkups[i].m_u.ipv4_hdr.protocol ==$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#824: FILE: drivers/net/ice/base/ice_switch.c:7564:
+                         lkups[i].m_u.ipv4_hdr.protocol ==$

ERROR:CODE_INDENT: code indent should use tabs where possible
#825: FILE: drivers/net/ice/base/ice_switch.c:7565:
+                                0xFF)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#825: FILE: drivers/net/ice/base/ice_switch.c:7565:
+                                0xFF)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#826: FILE: drivers/net/ice/base/ice_switch.c:7566:
+                        gre = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#826: FILE: drivers/net/ice/base/ice_switch.c:7566:
+                        gre = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#834: FILE: drivers/net/ice/base/ice_switch.c:7776:
+                if (vlan && tcp) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#834: FILE: drivers/net/ice/base/ice_switch.c:7776:
+                if (vlan && tcp) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#835: FILE: drivers/net/ice/base/ice_switch.c:7777:
+                        *pkt = dummy_vlan_tcp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#835: FILE: drivers/net/ice/base/ice_switch.c:7777:
+                        *pkt = dummy_vlan_tcp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#836: FILE: drivers/net/ice/base/ice_switch.c:7778:
+                        *pkt_len = sizeof(dummy_vlan_tcp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#836: FILE: drivers/net/ice/base/ice_switch.c:7778:
+                        *pkt_len = sizeof(dummy_vlan_tcp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#837: FILE: drivers/net/ice/base/ice_switch.c:7779:
+                        *offsets = dummy_vlan_tcp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#837: FILE: drivers/net/ice/base/ice_switch.c:7779:
+                        *offsets = dummy_vlan_tcp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#838: FILE: drivers/net/ice/base/ice_switch.c:7780:
+                        return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#838: FILE: drivers/net/ice/base/ice_switch.c:7780:
+                        return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#839: FILE: drivers/net/ice/base/ice_switch.c:7781:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#839: FILE: drivers/net/ice/base/ice_switch.c:7781:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#847: FILE: drivers/net/ice/base/ice_switch.c:7789:
+                if (vlan && udp) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#847: FILE: drivers/net/ice/base/ice_switch.c:7789:
+                if (vlan && udp) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#848: FILE: drivers/net/ice/base/ice_switch.c:7790:
+                        *pkt = dummy_vlan_udp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#848: FILE: drivers/net/ice/base/ice_switch.c:7790:
+                        *pkt = dummy_vlan_udp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#849: FILE: drivers/net/ice/base/ice_switch.c:7791:
+                        *pkt_len = sizeof(dummy_vlan_udp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#849: FILE: drivers/net/ice/base/ice_switch.c:7791:
+                        *pkt_len = sizeof(dummy_vlan_udp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#850: FILE: drivers/net/ice/base/ice_switch.c:7792:
+                        *offsets = dummy_vlan_udp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#850: FILE: drivers/net/ice/base/ice_switch.c:7792:
+                        *offsets = dummy_vlan_udp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#851: FILE: drivers/net/ice/base/ice_switch.c:7793:
+                        return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#851: FILE: drivers/net/ice/base/ice_switch.c:7793:
+                        return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#852: FILE: drivers/net/ice/base/ice_switch.c:7794:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#852: FILE: drivers/net/ice/base/ice_switch.c:7794:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#860: FILE: drivers/net/ice/base/ice_switch.c:7822:
+       if (ipv6 && gre) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#860: FILE: drivers/net/ice/base/ice_switch.c:7822:
+       if (ipv6 && gre) {
+               *pkt = dummy_ipv6_gre_udp_packet;

ERROR:CODE_INDENT: code indent should use tabs where possible
#861: FILE: drivers/net/ice/base/ice_switch.c:7823:
+               *pkt = dummy_ipv6_gre_udp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#861: FILE: drivers/net/ice/base/ice_switch.c:7823:
+               *pkt = dummy_ipv6_gre_udp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#862: FILE: drivers/net/ice/base/ice_switch.c:7824:
+               *pkt_len = sizeof(dummy_ipv6_gre_udp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#862: FILE: drivers/net/ice/base/ice_switch.c:7824:
+               *pkt_len = sizeof(dummy_ipv6_gre_udp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#863: FILE: drivers/net/ice/base/ice_switch.c:7825:
+               *offsets = dummy_ipv6_gre_udp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#863: FILE: drivers/net/ice/base/ice_switch.c:7825:
+               *offsets = dummy_ipv6_gre_udp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#864: FILE: drivers/net/ice/base/ice_switch.c:7826:
+               return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#864: FILE: drivers/net/ice/base/ice_switch.c:7826:
+               return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#865: FILE: drivers/net/ice/base/ice_switch.c:7827:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#865: FILE: drivers/net/ice/base/ice_switch.c:7827:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#874: FILE: drivers/net/ice/base/ice_switch.c:7843:
+        if (tun_type == ICE_SW_TUN_GRE || gre) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#874: FILE: drivers/net/ice/base/ice_switch.c:7843:
+        if (tun_type == ICE_SW_TUN_GRE || gre) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#875: FILE: drivers/net/ice/base/ice_switch.c:7844:
+                if (tcp) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#875: FILE: drivers/net/ice/base/ice_switch.c:7844:
+                if (tcp) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#876: FILE: drivers/net/ice/base/ice_switch.c:7845:
+                        if (gre_c_bit && gre_k_bit) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#876: FILE: drivers/net/ice/base/ice_switch.c:7845:
+                        if (gre_c_bit && gre_k_bit) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#877: FILE: drivers/net/ice/base/ice_switch.c:7846:
+                                *pkt = dummy_gre_rfc1701_c1k1_tcp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#877: FILE: drivers/net/ice/base/ice_switch.c:7846:
+                                *pkt = dummy_gre_rfc1701_c1k1_tcp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#878: FILE: drivers/net/ice/base/ice_switch.c:7847:
+                                *pkt_len = sizeof(dummy_gre_rfc1701_c1k1_tcp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#878: FILE: drivers/net/ice/base/ice_switch.c:7847:
+                                *pkt_len = sizeof(dummy_gre_rfc1701_c1k1_tcp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#879: FILE: drivers/net/ice/base/ice_switch.c:7848:
+                                *offsets = dummy_gre_rfc1701_c1k1_tcp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#879: FILE: drivers/net/ice/base/ice_switch.c:7848:
+                                *offsets = dummy_gre_rfc1701_c1k1_tcp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#880: FILE: drivers/net/ice/base/ice_switch.c:7849:
+                                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#880: FILE: drivers/net/ice/base/ice_switch.c:7849:
+                                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#881: FILE: drivers/net/ice/base/ice_switch.c:7850:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#881: FILE: drivers/net/ice/base/ice_switch.c:7850:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#882: FILE: drivers/net/ice/base/ice_switch.c:7851:
+                        if (!gre_c_bit && gre_k_bit) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#882: FILE: drivers/net/ice/base/ice_switch.c:7851:
+                        if (!gre_c_bit && gre_k_bit) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#883: FILE: drivers/net/ice/base/ice_switch.c:7852:
+                                *pkt = dummy_gre_rfc1701_c0k1_tcp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#883: FILE: drivers/net/ice/base/ice_switch.c:7852:
+                                *pkt = dummy_gre_rfc1701_c0k1_tcp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#884: FILE: drivers/net/ice/base/ice_switch.c:7853:
+                                *pkt_len = sizeof(dummy_gre_rfc1701_c0k1_tcp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#884: FILE: drivers/net/ice/base/ice_switch.c:7853:
+                                *pkt_len = sizeof(dummy_gre_rfc1701_c0k1_tcp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#885: FILE: drivers/net/ice/base/ice_switch.c:7854:
+                                *offsets = dummy_gre_rfc1701_c0k1_tcp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#885: FILE: drivers/net/ice/base/ice_switch.c:7854:
+                                *offsets = dummy_gre_rfc1701_c0k1_tcp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#886: FILE: drivers/net/ice/base/ice_switch.c:7855:
+                                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#886: FILE: drivers/net/ice/base/ice_switch.c:7855:
+                                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#887: FILE: drivers/net/ice/base/ice_switch.c:7856:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#887: FILE: drivers/net/ice/base/ice_switch.c:7856:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#889: FILE: drivers/net/ice/base/ice_switch.c:7858:
+                        *pkt = dummy_gre_rfc1701_c0k0_tcp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#889: FILE: drivers/net/ice/base/ice_switch.c:7858:
+                        *pkt = dummy_gre_rfc1701_c0k0_tcp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#890: FILE: drivers/net/ice/base/ice_switch.c:7859:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c0k0_tcp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#890: FILE: drivers/net/ice/base/ice_switch.c:7859:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c0k0_tcp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#891: FILE: drivers/net/ice/base/ice_switch.c:7860:
+                        *offsets = dummy_gre_rfc1701_c0k0_tcp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#891: FILE: drivers/net/ice/base/ice_switch.c:7860:
+                        *offsets = dummy_gre_rfc1701_c0k0_tcp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#892: FILE: drivers/net/ice/base/ice_switch.c:7861:
+                        return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#892: FILE: drivers/net/ice/base/ice_switch.c:7861:
+                        return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#893: FILE: drivers/net/ice/base/ice_switch.c:7862:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#893: FILE: drivers/net/ice/base/ice_switch.c:7862:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#895: FILE: drivers/net/ice/base/ice_switch.c:7864:
+                if (gre_c_bit && gre_k_bit) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#895: FILE: drivers/net/ice/base/ice_switch.c:7864:
+                if (gre_c_bit && gre_k_bit) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#896: FILE: drivers/net/ice/base/ice_switch.c:7865:
+                        *pkt = dummy_gre_rfc1701_c1k1_udp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#896: FILE: drivers/net/ice/base/ice_switch.c:7865:
+                        *pkt = dummy_gre_rfc1701_c1k1_udp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#897: FILE: drivers/net/ice/base/ice_switch.c:7866:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c1k1_udp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#897: FILE: drivers/net/ice/base/ice_switch.c:7866:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c1k1_udp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#898: FILE: drivers/net/ice/base/ice_switch.c:7867:
+                        *offsets = dummy_gre_rfc1701_c1k1_udp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#898: FILE: drivers/net/ice/base/ice_switch.c:7867:
+                        *offsets = dummy_gre_rfc1701_c1k1_udp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#899: FILE: drivers/net/ice/base/ice_switch.c:7868:
+                        return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#899: FILE: drivers/net/ice/base/ice_switch.c:7868:
+                        return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#900: FILE: drivers/net/ice/base/ice_switch.c:7869:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#900: FILE: drivers/net/ice/base/ice_switch.c:7869:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#901: FILE: drivers/net/ice/base/ice_switch.c:7870:
+                if (!gre_c_bit && gre_k_bit) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#901: FILE: drivers/net/ice/base/ice_switch.c:7870:
+                if (!gre_c_bit && gre_k_bit) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#902: FILE: drivers/net/ice/base/ice_switch.c:7871:
+                        *pkt = dummy_gre_rfc1701_c0k1_udp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#902: FILE: drivers/net/ice/base/ice_switch.c:7871:
+                        *pkt = dummy_gre_rfc1701_c0k1_udp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#903: FILE: drivers/net/ice/base/ice_switch.c:7872:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c0k1_udp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#903: FILE: drivers/net/ice/base/ice_switch.c:7872:
+                        *pkt_len = sizeof(dummy_gre_rfc1701_c0k1_udp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#904: FILE: drivers/net/ice/base/ice_switch.c:7873:
+                        *offsets = dummy_gre_rfc1701_c0k1_udp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#904: FILE: drivers/net/ice/base/ice_switch.c:7873:
+                        *offsets = dummy_gre_rfc1701_c0k1_udp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#905: FILE: drivers/net/ice/base/ice_switch.c:7874:
+                        return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#905: FILE: drivers/net/ice/base/ice_switch.c:7874:
+                        return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#906: FILE: drivers/net/ice/base/ice_switch.c:7875:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#906: FILE: drivers/net/ice/base/ice_switch.c:7875:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#908: FILE: drivers/net/ice/base/ice_switch.c:7877:
+                *pkt = dummy_gre_rfc1701_c0k0_udp_packet;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#908: FILE: drivers/net/ice/base/ice_switch.c:7877:
+                *pkt = dummy_gre_rfc1701_c0k0_udp_packet;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#909: FILE: drivers/net/ice/base/ice_switch.c:7878:
+                *pkt_len = sizeof(dummy_gre_rfc1701_c0k0_udp_packet);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#909: FILE: drivers/net/ice/base/ice_switch.c:7878:
+                *pkt_len = sizeof(dummy_gre_rfc1701_c0k0_udp_packet);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#910: FILE: drivers/net/ice/base/ice_switch.c:7879:
+                *offsets = dummy_gre_rfc1701_c0k0_udp_packet_offsets;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#910: FILE: drivers/net/ice/base/ice_switch.c:7879:
+                *offsets = dummy_gre_rfc1701_c0k0_udp_packet_offsets;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#911: FILE: drivers/net/ice/base/ice_switch.c:7880:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#911: FILE: drivers/net/ice/base/ice_switch.c:7880:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#912: FILE: drivers/net/ice/base/ice_switch.c:7881:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#912: FILE: drivers/net/ice/base/ice_switch.c:7881:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#921: FILE: drivers/net/ice/base/ice_switch.c:8024:
+                case ICE_GRE:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#921: FILE: drivers/net/ice/base/ice_switch.c:8024:
+                case ICE_GRE:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#922: FILE: drivers/net/ice/base/ice_switch.c:8025:
+                        len = sizeof(struct ice_gre);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#922: FILE: drivers/net/ice/base/ice_switch.c:8025:
+                        len = sizeof(struct ice_gre);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#923: FILE: drivers/net/ice/base/ice_switch.c:8026:
+                        break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#923: FILE: drivers/net/ice/base/ice_switch.c:8026:
+                        break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#931: FILE: drivers/net/ice/base/ice_switch.c:8060:
+                if (lkups[i].type == ICE_GRE) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#931: FILE: drivers/net/ice/base/ice_switch.c:8060:
+                if (lkups[i].type == ICE_GRE) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#932: FILE: drivers/net/ice/base/ice_switch.c:8061:
+                        if (lkups[i].h_u.gre_hdr.flags == 0x20) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#932: FILE: drivers/net/ice/base/ice_switch.c:8061:
+                        if (lkups[i].h_u.gre_hdr.flags == 0x20) {$

WARNING:BRACES: braces {} are not necessary for single statement blocks
#932: FILE: drivers/net/ice/base/ice_switch.c:8061:
+                        if (lkups[i].h_u.gre_hdr.flags == 0x20) {
+                                offset -= 4;
+                        }

ERROR:CODE_INDENT: code indent should use tabs where possible
#933: FILE: drivers/net/ice/base/ice_switch.c:8062:
+                                offset -= 4;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#933: FILE: drivers/net/ice/base/ice_switch.c:8062:
+                                offset -= 4;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#934: FILE: drivers/net/ice/base/ice_switch.c:8063:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#934: FILE: drivers/net/ice/base/ice_switch.c:8063:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#935: FILE: drivers/net/ice/base/ice_switch.c:8064:
+                        for (j = 1; j < len / sizeof(u16); j++)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#935: FILE: drivers/net/ice/base/ice_switch.c:8064:
+                        for (j = 1; j < len / sizeof(u16); j++)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#936: FILE: drivers/net/ice/base/ice_switch.c:8065:
+                                if (((u16 *)&lkups[i].m_u)[j])$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#936: FILE: drivers/net/ice/base/ice_switch.c:8065:
+                                if (((u16 *)&lkups[i].m_u)[j])$

ERROR:CODE_INDENT: code indent should use tabs where possible
#937: FILE: drivers/net/ice/base/ice_switch.c:8066:
+                                        ((u16 *)(pkt + offset))[j] =$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#937: FILE: drivers/net/ice/base/ice_switch.c:8066:
+                                        ((u16 *)(pkt + offset))[j] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#938: FILE: drivers/net/ice/base/ice_switch.c:8067:
+                                                (((u16 *)(pkt + offset))[j] &$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#938: FILE: drivers/net/ice/base/ice_switch.c:8067:
+                                                (((u16 *)(pkt + offset))[j] &$

ERROR:CODE_INDENT: code indent should use tabs where possible
#939: FILE: drivers/net/ice/base/ice_switch.c:8068:
+                                                 ~((u16 *)&lkups[i].m_u)[j]) |$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#939: FILE: drivers/net/ice/base/ice_switch.c:8068:
+                                                 ~((u16 *)&lkups[i].m_u)[j]) |$

ERROR:CODE_INDENT: code indent should use tabs where possible
#940: FILE: drivers/net/ice/base/ice_switch.c:8069:
+                                                (((u16 *)&lkups[i].h_u)[j] &$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#940: FILE: drivers/net/ice/base/ice_switch.c:8069:
+                                                (((u16 *)&lkups[i].h_u)[j] &$

ERROR:CODE_INDENT: code indent should use tabs where possible
#941: FILE: drivers/net/ice/base/ice_switch.c:8070:
+                                                 ((u16 *)&lkups[i].m_u)[j]);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#941: FILE: drivers/net/ice/base/ice_switch.c:8070:
+                                                 ((u16 *)&lkups[i].m_u)[j]);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#942: FILE: drivers/net/ice/base/ice_switch.c:8071:
+                        continue;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#942: FILE: drivers/net/ice/base/ice_switch.c:8071:
+                        continue;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#943: FILE: drivers/net/ice/base/ice_switch.c:8072:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#943: FILE: drivers/net/ice/base/ice_switch.c:8072:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#954: FILE: drivers/net/ice/base/ice_switch.c:8650:
+                if (!count) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#954: FILE: drivers/net/ice/base/ice_switch.c:8650:
+                if (!count) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#955: FILE: drivers/net/ice/base/ice_switch.c:8651:
+                        if (lkups[i].type == ICE_GRE)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#955: FILE: drivers/net/ice/base/ice_switch.c:8651:
+                        if (lkups[i].type == ICE_GRE)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#956: FILE: drivers/net/ice/base/ice_switch.c:8652:
+                                continue;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#956: FILE: drivers/net/ice/base/ice_switch.c:8652:
+                                continue;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#957: FILE: drivers/net/ice/base/ice_switch.c:8653:
+                        return ICE_ERR_CFG;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#957: FILE: drivers/net/ice/base/ice_switch.c:8653:
+                        return ICE_ERR_CFG;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#958: FILE: drivers/net/ice/base/ice_switch.c:8654:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#958: FILE: drivers/net/ice/base/ice_switch.c:8654:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#966: FILE: drivers/net/ice/base/ice_switch.c:8743:
+        if (!sw->buildin_recipes[remove_entry->rid].is_root)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#966: FILE: drivers/net/ice/base/ice_switch.c:8743:
+        if (!sw->buildin_recipes[remove_entry->rid].is_root)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#966: FILE: drivers/net/ice/base/ice_switch.c:8743:
+        if (!sw->buildin_recipes[remove_entry->rid].is_root)
 	if (!sw->recp_list[remove_entry->rid].recp_created)

ERROR:CODE_INDENT: code indent should use tabs where possible
#978: FILE: drivers/net/ice/base/ice_type.h:841:
+        struct ice_sw_recipe *buildin_recipes;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#978: FILE: drivers/net/ice/base/ice_type.h:841:
+        struct ice_sw_recipe *buildin_recipes;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#986: FILE: drivers/net/ice/base/ice_type.h:989:
+        u8 use_buildin_recipe;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#986: FILE: drivers/net/ice/base/ice_type.h:989:
+        u8 use_buildin_recipe;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1006: FILE: drivers/net/ice/ice_acl_filter.c:982:
+        struct rte_eth_dev *eth_dev = ad->eth_dev;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1006: FILE: drivers/net/ice/ice_acl_filter.c:982:
+        struct rte_eth_dev *eth_dev = ad->eth_dev;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1007: FILE: drivers/net/ice/ice_acl_filter.c:983:
+        struct ice_dcf_adapter *dcf_adapter = eth_dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1007: FILE: drivers/net/ice/ice_acl_filter.c:983:
+        struct ice_dcf_adapter *dcf_adapter = eth_dev->data->dev_private;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1008: FILE: drivers/net/ice/ice_acl_filter.c:984:
+        struct ice_dcf_hw *dcf_hw = &dcf_adapter->real_hw;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1008: FILE: drivers/net/ice/ice_acl_filter.c:984:
+        struct ice_dcf_hw *dcf_hw = &dcf_adapter->real_hw;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1011: FILE: drivers/net/ice/ice_acl_filter.c:986:
+        if (!ad->hw.dcf_enabled || dcf_hw->multi_inst)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1011: FILE: drivers/net/ice/ice_acl_filter.c:986:
+        if (!ad->hw.dcf_enabled || dcf_hw->multi_inst)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1019: FILE: drivers/net/ice/ice_acl_filter.c:1032:
+        struct rte_eth_dev *eth_dev = ad->eth_dev;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1019: FILE: drivers/net/ice/ice_acl_filter.c:1032:
+        struct rte_eth_dev *eth_dev = ad->eth_dev;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1020: FILE: drivers/net/ice/ice_acl_filter.c:1033:
+        struct ice_dcf_adapter *dcf_adapter = eth_dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1020: FILE: drivers/net/ice/ice_acl_filter.c:1033:
+        struct ice_dcf_adapter *dcf_adapter = eth_dev->data->dev_private;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1021: FILE: drivers/net/ice/ice_acl_filter.c:1034:
+        struct ice_dcf_hw *dcf_hw = &dcf_adapter->real_hw;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1021: FILE: drivers/net/ice/ice_acl_filter.c:1034:
+        struct ice_dcf_hw *dcf_hw = &dcf_adapter->real_hw;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1024: FILE: drivers/net/ice/ice_acl_filter.c:1036:
+        if (ad->hw.dcf_enabled && !dcf_hw->multi_inst) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1024: FILE: drivers/net/ice/ice_acl_filter.c:1036:
+        if (ad->hw.dcf_enabled && !dcf_hw->multi_inst) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1037: FILE: drivers/net/ice/ice_dcf.c:645:
+                if (!hw->multi_inst)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1037: FILE: drivers/net/ice/ice_dcf.c:645:
+                if (!hw->multi_inst)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1038: FILE: drivers/net/ice/ice_dcf.c:646:
+^I^I        ice_dcf_mode_disable(hw);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1048: FILE: drivers/net/ice/ice_dcf.c:704:
+        if (!hw->multi_inst)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1048: FILE: drivers/net/ice/ice_dcf.c:704:
+        if (!hw->multi_inst)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1049: FILE: drivers/net/ice/ice_dcf.c:705:
+^I        ice_dcf_mode_disable(hw);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1061: FILE: drivers/net/ice/ice_dcf.c:1087:
+        struct dcf_virtchnl_cmd args;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1061: FILE: drivers/net/ice/ice_dcf.c:1087:
+        struct dcf_virtchnl_cmd args;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1062: FILE: drivers/net/ice/ice_dcf.c:1088:
+        int err = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1062: FILE: drivers/net/ice/ice_dcf.c:1088:
+        int err = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1064: FILE: drivers/net/ice/ice_dcf.c:1090:
+        memset(&args, 0, sizeof(args));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1064: FILE: drivers/net/ice/ice_dcf.c:1090:
+        memset(&args, 0, sizeof(args));$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1065: FILE: drivers/net/ice/ice_dcf.c:1091:
+        args.v_op = VIRTCHNL_OP_DCF_RULE_FLUSH;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1065: FILE: drivers/net/ice/ice_dcf.c:1091:
+        args.v_op = VIRTCHNL_OP_DCF_RULE_FLUSH;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1067: FILE: drivers/net/ice/ice_dcf.c:1093:
+        err = ice_dcf_execute_virtchnl_cmd(hw, &args);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1067: FILE: drivers/net/ice/ice_dcf.c:1093:
+        err = ice_dcf_execute_virtchnl_cmd(hw, &args);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1068: FILE: drivers/net/ice/ice_dcf.c:1094:
+        if (err)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1068: FILE: drivers/net/ice/ice_dcf.c:1094:
+        if (err)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1069: FILE: drivers/net/ice/ice_dcf.c:1095:
+                PMD_DRV_LOG(WARNING, "fail to execute command OF_DCF_RULE_FLUSH, DCF role must be preempted.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1069: FILE: drivers/net/ice/ice_dcf.c:1095:
+                PMD_DRV_LOG(WARNING, "fail to execute command OF_DCF_RULE_FLUSH, DCF role must be preempted.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1071: FILE: drivers/net/ice/ice_dcf.c:1097:
+        return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1071: FILE: drivers/net/ice/ice_dcf.c:1097:
+        return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1081: FILE: drivers/net/ice/ice_dcf.h:54:
+        bool multi_inst;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1081: FILE: drivers/net/ice/ice_dcf.h:54:
+        bool multi_inst;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1082: FILE: drivers/net/ice/ice_dcf.h:55:
+        bool dcf_replaced;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1082: FILE: drivers/net/ice/ice_dcf.h:55:
+        bool dcf_replaced;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1111: FILE: drivers/net/ice/ice_dcf_ethdev.c:32:
+                               struct rte_eth_udp_tunnel *udp_tunnel);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1111: FILE: drivers/net/ice/ice_dcf_ethdev.c:32:
+                               struct rte_eth_udp_tunnel *udp_tunnel);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1114: FILE: drivers/net/ice/ice_dcf_ethdev.c:35:
+                               struct rte_eth_udp_tunnel *udp_tunnel);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1114: FILE: drivers/net/ice/ice_dcf_ethdev.c:35:
+                               struct rte_eth_udp_tunnel *udp_tunnel);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1126: FILE: drivers/net/ice/ice_dcf_ethdev.c:880:
+                                struct rte_eth_udp_tunnel *udp_tunnel)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1126: FILE: drivers/net/ice/ice_dcf_ethdev.c:880:
+                                struct rte_eth_udp_tunnel *udp_tunnel)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1128: FILE: drivers/net/ice/ice_dcf_ethdev.c:882:
+        struct ice_dcf_adapter *adapter = dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1128: FILE: drivers/net/ice/ice_dcf_ethdev.c:882:
+        struct ice_dcf_adapter *adapter = dev->data->dev_private;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1129: FILE: drivers/net/ice/ice_dcf_ethdev.c:883:
+        struct ice_adapter *parent_adapter = &adapter->parent;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1129: FILE: drivers/net/ice/ice_dcf_ethdev.c:883:
+        struct ice_adapter *parent_adapter = &adapter->parent;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1130: FILE: drivers/net/ice/ice_dcf_ethdev.c:884:
+        struct ice_hw *parent_hw = &parent_adapter->hw;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1130: FILE: drivers/net/ice/ice_dcf_ethdev.c:884:
+        struct ice_hw *parent_hw = &parent_adapter->hw;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1131: FILE: drivers/net/ice/ice_dcf_ethdev.c:885:
+        int ret = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1131: FILE: drivers/net/ice/ice_dcf_ethdev.c:885:
+        int ret = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1133: FILE: drivers/net/ice/ice_dcf_ethdev.c:887:
+        if (!udp_tunnel)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1133: FILE: drivers/net/ice/ice_dcf_ethdev.c:887:
+        if (!udp_tunnel)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1134: FILE: drivers/net/ice/ice_dcf_ethdev.c:888:
+                return -EINVAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1134: FILE: drivers/net/ice/ice_dcf_ethdev.c:888:
+                return -EINVAL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1136: FILE: drivers/net/ice/ice_dcf_ethdev.c:890:
+        switch (udp_tunnel->prot_type) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1136: FILE: drivers/net/ice/ice_dcf_ethdev.c:890:
+        switch (udp_tunnel->prot_type) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1137: FILE: drivers/net/ice/ice_dcf_ethdev.c:891:
+        case RTE_TUNNEL_TYPE_VXLAN:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1137: FILE: drivers/net/ice/ice_dcf_ethdev.c:891:
+        case RTE_TUNNEL_TYPE_VXLAN:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1138: FILE: drivers/net/ice/ice_dcf_ethdev.c:892:
+                ret = ice_create_tunnel(parent_hw, TNL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1138: FILE: drivers/net/ice/ice_dcf_ethdev.c:892:
+                ret = ice_create_tunnel(parent_hw, TNL_VXLAN,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1139: FILE: drivers/net/ice/ice_dcf_ethdev.c:893:
+                                        udp_tunnel->udp_port);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1139: FILE: drivers/net/ice/ice_dcf_ethdev.c:893:
+                                        udp_tunnel->udp_port);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1140: FILE: drivers/net/ice/ice_dcf_ethdev.c:894:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1140: FILE: drivers/net/ice/ice_dcf_ethdev.c:894:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1141: FILE: drivers/net/ice/ice_dcf_ethdev.c:895:
+        case RTE_TUNNEL_TYPE_ECPRI:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1141: FILE: drivers/net/ice/ice_dcf_ethdev.c:895:
+        case RTE_TUNNEL_TYPE_ECPRI:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1142: FILE: drivers/net/ice/ice_dcf_ethdev.c:896:
+                ret = ice_create_tunnel(parent_hw, TNL_ECPRI,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1142: FILE: drivers/net/ice/ice_dcf_ethdev.c:896:
+                ret = ice_create_tunnel(parent_hw, TNL_ECPRI,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1143: FILE: drivers/net/ice/ice_dcf_ethdev.c:897:
+                                        udp_tunnel->udp_port);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1143: FILE: drivers/net/ice/ice_dcf_ethdev.c:897:
+                                        udp_tunnel->udp_port);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1144: FILE: drivers/net/ice/ice_dcf_ethdev.c:898:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1144: FILE: drivers/net/ice/ice_dcf_ethdev.c:898:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1145: FILE: drivers/net/ice/ice_dcf_ethdev.c:899:
+        default:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1146: FILE: drivers/net/ice/ice_dcf_ethdev.c:900:
+                PMD_DRV_LOG(ERR, "Invalid tunnel type");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1146: FILE: drivers/net/ice/ice_dcf_ethdev.c:900:
+                PMD_DRV_LOG(ERR, "Invalid tunnel type");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1147: FILE: drivers/net/ice/ice_dcf_ethdev.c:901:
+                ret = -EINVAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1147: FILE: drivers/net/ice/ice_dcf_ethdev.c:901:
+                ret = -EINVAL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1148: FILE: drivers/net/ice/ice_dcf_ethdev.c:902:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1148: FILE: drivers/net/ice/ice_dcf_ethdev.c:902:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1149: FILE: drivers/net/ice/ice_dcf_ethdev.c:903:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1149: FILE: drivers/net/ice/ice_dcf_ethdev.c:903:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1151: FILE: drivers/net/ice/ice_dcf_ethdev.c:905:
+        return ret;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1151: FILE: drivers/net/ice/ice_dcf_ethdev.c:905:
+        return ret;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1157: FILE: drivers/net/ice/ice_dcf_ethdev.c:911:
+                                struct rte_eth_udp_tunnel *udp_tunnel)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1157: FILE: drivers/net/ice/ice_dcf_ethdev.c:911:
+                                struct rte_eth_udp_tunnel *udp_tunnel)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1159: FILE: drivers/net/ice/ice_dcf_ethdev.c:913:
+        struct ice_dcf_adapter *adapter = dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1159: FILE: drivers/net/ice/ice_dcf_ethdev.c:913:
+        struct ice_dcf_adapter *adapter = dev->data->dev_private;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1160: FILE: drivers/net/ice/ice_dcf_ethdev.c:914:
+        struct ice_adapter *parent_adapter = &adapter->parent;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1160: FILE: drivers/net/ice/ice_dcf_ethdev.c:914:
+        struct ice_adapter *parent_adapter = &adapter->parent;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1161: FILE: drivers/net/ice/ice_dcf_ethdev.c:915:
+        struct ice_hw *parent_hw = &parent_adapter->hw;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1161: FILE: drivers/net/ice/ice_dcf_ethdev.c:915:
+        struct ice_hw *parent_hw = &parent_adapter->hw;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1162: FILE: drivers/net/ice/ice_dcf_ethdev.c:916:
+        int ret = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1162: FILE: drivers/net/ice/ice_dcf_ethdev.c:916:
+        int ret = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1164: FILE: drivers/net/ice/ice_dcf_ethdev.c:918:
+        if (!udp_tunnel)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1164: FILE: drivers/net/ice/ice_dcf_ethdev.c:918:
+        if (!udp_tunnel)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1165: FILE: drivers/net/ice/ice_dcf_ethdev.c:919:
+                return -EINVAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1165: FILE: drivers/net/ice/ice_dcf_ethdev.c:919:
+                return -EINVAL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1167: FILE: drivers/net/ice/ice_dcf_ethdev.c:921:
+        switch (udp_tunnel->prot_type) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1167: FILE: drivers/net/ice/ice_dcf_ethdev.c:921:
+        switch (udp_tunnel->prot_type) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1168: FILE: drivers/net/ice/ice_dcf_ethdev.c:922:
+        case RTE_TUNNEL_TYPE_VXLAN:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1168: FILE: drivers/net/ice/ice_dcf_ethdev.c:922:
+        case RTE_TUNNEL_TYPE_VXLAN:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1169: FILE: drivers/net/ice/ice_dcf_ethdev.c:923:
+        case RTE_TUNNEL_TYPE_ECPRI:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1169: FILE: drivers/net/ice/ice_dcf_ethdev.c:923:
+        case RTE_TUNNEL_TYPE_ECPRI:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1170: FILE: drivers/net/ice/ice_dcf_ethdev.c:924:
+                ret = ice_destroy_tunnel(parent_hw, udp_tunnel->udp_port, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1170: FILE: drivers/net/ice/ice_dcf_ethdev.c:924:
+                ret = ice_destroy_tunnel(parent_hw, udp_tunnel->udp_port, 0);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1171: FILE: drivers/net/ice/ice_dcf_ethdev.c:925:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1171: FILE: drivers/net/ice/ice_dcf_ethdev.c:925:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1172: FILE: drivers/net/ice/ice_dcf_ethdev.c:926:
+        default:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1173: FILE: drivers/net/ice/ice_dcf_ethdev.c:927:
+                PMD_DRV_LOG(ERR, "Invalid tunnel type");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1173: FILE: drivers/net/ice/ice_dcf_ethdev.c:927:
+                PMD_DRV_LOG(ERR, "Invalid tunnel type");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1174: FILE: drivers/net/ice/ice_dcf_ethdev.c:928:
+                ret = -EINVAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1174: FILE: drivers/net/ice/ice_dcf_ethdev.c:928:
+                ret = -EINVAL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1175: FILE: drivers/net/ice/ice_dcf_ethdev.c:929:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1175: FILE: drivers/net/ice/ice_dcf_ethdev.c:929:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1176: FILE: drivers/net/ice/ice_dcf_ethdev.c:930:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1176: FILE: drivers/net/ice/ice_dcf_ethdev.c:930:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1178: FILE: drivers/net/ice/ice_dcf_ethdev.c:932:
+        return ret;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1178: FILE: drivers/net/ice/ice_dcf_ethdev.c:932:
+        return ret;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1188: FILE: drivers/net/ice/ice_dcf_ethdev.c:957:
+        .udp_tunnel_port_add     = ice_dcf_dev_udp_tunnel_port_add,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1188: FILE: drivers/net/ice/ice_dcf_ethdev.c:957:
+        .udp_tunnel_port_add     = ice_dcf_dev_udp_tunnel_port_add,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1189: FILE: drivers/net/ice/ice_dcf_ethdev.c:958:
+        .udp_tunnel_port_del     = ice_dcf_dev_udp_tunnel_port_del,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1189: FILE: drivers/net/ice/ice_dcf_ethdev.c:958:
+        .udp_tunnel_port_del     = ice_dcf_dev_udp_tunnel_port_del,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1195: FILE: drivers/net/ice/ice_dcf_ethdev.c:963:
+                          const char *value, void *opaque)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1195: FILE: drivers/net/ice/ice_dcf_ethdev.c:963:
+                          const char *value, void *opaque)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1198: FILE: drivers/net/ice/ice_dcf_ethdev.c:965:
+        bool *mi = opaque;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1198: FILE: drivers/net/ice/ice_dcf_ethdev.c:965:
+        bool *mi = opaque;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1200: FILE: drivers/net/ice/ice_dcf_ethdev.c:967:
+        if (!strcmp(value, "dcf")) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1200: FILE: drivers/net/ice/ice_dcf_ethdev.c:967:
+        if (!strcmp(value, "dcf")) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1201: FILE: drivers/net/ice/ice_dcf_ethdev.c:968:
+                *mi = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1201: FILE: drivers/net/ice/ice_dcf_ethdev.c:968:
+                *mi = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1202: FILE: drivers/net/ice/ice_dcf_ethdev.c:969:
+                return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1202: FILE: drivers/net/ice/ice_dcf_ethdev.c:969:
+                return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1203: FILE: drivers/net/ice/ice_dcf_ethdev.c:970:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1203: FILE: drivers/net/ice/ice_dcf_ethdev.c:970:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1204: FILE: drivers/net/ice/ice_dcf_ethdev.c:971:
+        if (!strcmp(value, "mdcf")) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1204: FILE: drivers/net/ice/ice_dcf_ethdev.c:971:
+        if (!strcmp(value, "mdcf")) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1205: FILE: drivers/net/ice/ice_dcf_ethdev.c:972:
+                *mi = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1205: FILE: drivers/net/ice/ice_dcf_ethdev.c:972:
+                *mi = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1206: FILE: drivers/net/ice/ice_dcf_ethdev.c:973:
+        return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1206: FILE: drivers/net/ice/ice_dcf_ethdev.c:973:
+        return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1207: FILE: drivers/net/ice/ice_dcf_ethdev.c:974:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1207: FILE: drivers/net/ice/ice_dcf_ethdev.c:974:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1209: FILE: drivers/net/ice/ice_dcf_ethdev.c:976:
+        return -1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1209: FILE: drivers/net/ice/ice_dcf_ethdev.c:976:
+        return -1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1218: FILE: drivers/net/ice/ice_dcf_ethdev.c:982:
+        int *i = (int *)args;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1218: FILE: drivers/net/ice/ice_dcf_ethdev.c:982:
+        int *i = (int *)args;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1219: FILE: drivers/net/ice/ice_dcf_ethdev.c:983:
+        char *end;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1219: FILE: drivers/net/ice/ice_dcf_ethdev.c:983:
+        char *end;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1220: FILE: drivers/net/ice/ice_dcf_ethdev.c:984:
+        int num;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1220: FILE: drivers/net/ice/ice_dcf_ethdev.c:984:
+        int num;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1224: FILE: drivers/net/ice/ice_dcf_ethdev.c:986:
+        num = strtoul(value, &end, 10);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1224: FILE: drivers/net/ice/ice_dcf_ethdev.c:986:
+        num = strtoul(value, &end, 10);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1231: FILE: drivers/net/ice/ice_dcf_ethdev.c:988:
+        if (num != 0 && num != 1) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1231: FILE: drivers/net/ice/ice_dcf_ethdev.c:988:
+        if (num != 0 && num != 1) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1232: FILE: drivers/net/ice/ice_dcf_ethdev.c:989:
+                PMD_DRV_LOG(WARNING, "invalid value:\"%s\" for key:\"%s\", "$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1232: FILE: drivers/net/ice/ice_dcf_ethdev.c:989:
+                PMD_DRV_LOG(WARNING, "invalid value:\"%s\" for key:\"%s\", "$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1233: FILE: drivers/net/ice/ice_dcf_ethdev.c:990:
+                            "value must be 0 or 1",$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1233: FILE: drivers/net/ice/ice_dcf_ethdev.c:990:
+                            "value must be 0 or 1",$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1234: FILE: drivers/net/ice/ice_dcf_ethdev.c:991:
+                            value, key);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1234: FILE: drivers/net/ice/ice_dcf_ethdev.c:991:
+                            value, key);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1235: FILE: drivers/net/ice/ice_dcf_ethdev.c:992:
+                return -1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1235: FILE: drivers/net/ice/ice_dcf_ethdev.c:992:
+                return -1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1236: FILE: drivers/net/ice/ice_dcf_ethdev.c:993:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1236: FILE: drivers/net/ice/ice_dcf_ethdev.c:993:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1245: FILE: drivers/net/ice/ice_dcf_ethdev.c:995:
+        *i = num;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1245: FILE: drivers/net/ice/ice_dcf_ethdev.c:995:
+        *i = num;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1246: FILE: drivers/net/ice/ice_dcf_ethdev.c:996:
+        return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1246: FILE: drivers/net/ice/ice_dcf_ethdev.c:996:
+        return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1252: FILE: drivers/net/ice/ice_dcf_ethdev.c:1001:
+                      struct rte_devargs *devargs)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1252: FILE: drivers/net/ice/ice_dcf_ethdev.c:1001:
+                      struct rte_devargs *devargs)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1255: FILE: drivers/net/ice/ice_dcf_ethdev.c:1003:
+        struct ice_adapter *ad = &adapter->parent;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1255: FILE: drivers/net/ice/ice_dcf_ethdev.c:1003:
+        struct ice_adapter *ad = &adapter->parent;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1256: FILE: drivers/net/ice/ice_dcf_ethdev.c:1004:
+        struct rte_kvargs *kvlist;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1256: FILE: drivers/net/ice/ice_dcf_ethdev.c:1004:
+        struct rte_kvargs *kvlist;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1257: FILE: drivers/net/ice/ice_dcf_ethdev.c:1005:
+        const char *key_cap = "cap";$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1257: FILE: drivers/net/ice/ice_dcf_ethdev.c:1005:
+        const char *key_cap = "cap";$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1258: FILE: drivers/net/ice/ice_dcf_ethdev.c:1006:
+        const char *key_br = "br";$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1258: FILE: drivers/net/ice/ice_dcf_ethdev.c:1006:
+        const char *key_br = "br";$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1259: FILE: drivers/net/ice/ice_dcf_ethdev.c:1007:
+        int ret = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1259: FILE: drivers/net/ice/ice_dcf_ethdev.c:1007:
+        int ret = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1263: FILE: drivers/net/ice/ice_dcf_ethdev.c:1009:
+        if (devargs == NULL)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1263: FILE: drivers/net/ice/ice_dcf_ethdev.c:1009:
+        if (devargs == NULL)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1264: FILE: drivers/net/ice/ice_dcf_ethdev.c:1010:
+                return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1264: FILE: drivers/net/ice/ice_dcf_ethdev.c:1010:
+                return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1272: FILE: drivers/net/ice/ice_dcf_ethdev.c:1012:
+        kvlist = rte_kvargs_parse(devargs->args, NULL);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1272: FILE: drivers/net/ice/ice_dcf_ethdev.c:1012:
+        kvlist = rte_kvargs_parse(devargs->args, NULL);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1273: FILE: drivers/net/ice/ice_dcf_ethdev.c:1013:
+        if (kvlist == NULL)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1273: FILE: drivers/net/ice/ice_dcf_ethdev.c:1013:
+        if (kvlist == NULL)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1274: FILE: drivers/net/ice/ice_dcf_ethdev.c:1014:
+                return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1274: FILE: drivers/net/ice/ice_dcf_ethdev.c:1014:
+                return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1277: FILE: drivers/net/ice/ice_dcf_ethdev.c:1016:
+        if (!rte_kvargs_count(kvlist, key_cap))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1277: FILE: drivers/net/ice/ice_dcf_ethdev.c:1016:
+        if (!rte_kvargs_count(kvlist, key_cap))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1278: FILE: drivers/net/ice/ice_dcf_ethdev.c:1017:
+                goto exit;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1278: FILE: drivers/net/ice/ice_dcf_ethdev.c:1017:
+                goto exit;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1280: FILE: drivers/net/ice/ice_dcf_ethdev.c:1019:
+        /* dcf capability selected when there's a key-value pair: cap=dcf */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1281: FILE: drivers/net/ice/ice_dcf_ethdev.c:1020:
+        if (rte_kvargs_process(kvlist, key_cap,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1281: FILE: drivers/net/ice/ice_dcf_ethdev.c:1020:
+        if (rte_kvargs_process(kvlist, key_cap,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1282: FILE: drivers/net/ice/ice_dcf_ethdev.c:1021:
+                               ice_dcf_cap_check_handler,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1282: FILE: drivers/net/ice/ice_dcf_ethdev.c:1021:
+                               ice_dcf_cap_check_handler,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1283: FILE: drivers/net/ice/ice_dcf_ethdev.c:1022:
+                               &adapter->real_hw.multi_inst) < 0)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1283: FILE: drivers/net/ice/ice_dcf_ethdev.c:1022:
+                               &adapter->real_hw.multi_inst) < 0)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1284: FILE: drivers/net/ice/ice_dcf_ethdev.c:1023:
+                goto exit;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1284: FILE: drivers/net/ice/ice_dcf_ethdev.c:1023:
+                goto exit;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1286: FILE: drivers/net/ice/ice_dcf_ethdev.c:1025:
+        /* dcf capability selected when there's a key-value pair: cap=dcf */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1287: FILE: drivers/net/ice/ice_dcf_ethdev.c:1026:
+        if (rte_kvargs_process(kvlist, key_br,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1287: FILE: drivers/net/ice/ice_dcf_ethdev.c:1026:
+        if (rte_kvargs_process(kvlist, key_br,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1288: FILE: drivers/net/ice/ice_dcf_ethdev.c:1027:
+                               &parse_bool,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1288: FILE: drivers/net/ice/ice_dcf_ethdev.c:1027:
+                               &parse_bool,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1289: FILE: drivers/net/ice/ice_dcf_ethdev.c:1028:
+                               &ad->hw.use_buildin_recipe) < 0)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1289: FILE: drivers/net/ice/ice_dcf_ethdev.c:1028:
+                               &ad->hw.use_buildin_recipe) < 0)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1290: FILE: drivers/net/ice/ice_dcf_ethdev.c:1029:
+                goto exit;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1290: FILE: drivers/net/ice/ice_dcf_ethdev.c:1029:
+                goto exit;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1292: FILE: drivers/net/ice/ice_dcf_ethdev.c:1031:
+        ret = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1292: FILE: drivers/net/ice/ice_dcf_ethdev.c:1031:
+        ret = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1295: FILE: drivers/net/ice/ice_dcf_ethdev.c:1034:
+        rte_kvargs_free(kvlist);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1295: FILE: drivers/net/ice/ice_dcf_ethdev.c:1034:
+        rte_kvargs_free(kvlist);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1296: FILE: drivers/net/ice/ice_dcf_ethdev.c:1035:
+        return ret;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1296: FILE: drivers/net/ice/ice_dcf_ethdev.c:1035:
+        return ret;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1311: FILE: drivers/net/ice/ice_dcf_ethdev.c:1046:
+        struct rte_pci_device *pci_dev = RTE_DEV_TO_PCI(eth_dev->device);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1311: FILE: drivers/net/ice/ice_dcf_ethdev.c:1046:
+        struct rte_pci_device *pci_dev = RTE_DEV_TO_PCI(eth_dev->device);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1312: FILE: drivers/net/ice/ice_dcf_ethdev.c:1047:
+        struct ice_dcf_adapter *adapter = eth_dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1312: FILE: drivers/net/ice/ice_dcf_ethdev.c:1047:
+        struct ice_dcf_adapter *adapter = eth_dev->data->dev_private;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1316: FILE: drivers/net/ice/ice_dcf_ethdev.c:1049:
+        if (!ice_dcf_cap_selected(adapter, pci_dev->device.devargs))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1316: FILE: drivers/net/ice/ice_dcf_ethdev.c:1049:
+        if (!ice_dcf_cap_selected(adapter, pci_dev->device.devargs))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1317: FILE: drivers/net/ice/ice_dcf_ethdev.c:1050:
+                return 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1317: FILE: drivers/net/ice/ice_dcf_ethdev.c:1050:
+                return 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1322: FILE: drivers/net/ice/ice_dcf_ethdev.c:1052:
+        eth_dev->dev_ops = &ice_dcf_eth_dev_ops;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1322: FILE: drivers/net/ice/ice_dcf_ethdev.c:1052:
+        eth_dev->dev_ops = &ice_dcf_eth_dev_ops;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1323: FILE: drivers/net/ice/ice_dcf_ethdev.c:1053:
+        eth_dev->rx_pkt_burst = ice_dcf_recv_pkts;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1323: FILE: drivers/net/ice/ice_dcf_ethdev.c:1053:
+        eth_dev->rx_pkt_burst = ice_dcf_recv_pkts;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1324: FILE: drivers/net/ice/ice_dcf_ethdev.c:1054:
+        eth_dev->tx_pkt_burst = ice_dcf_xmit_pkts;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1324: FILE: drivers/net/ice/ice_dcf_ethdev.c:1054:
+        eth_dev->tx_pkt_burst = ice_dcf_xmit_pkts;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1328: FILE: drivers/net/ice/ice_dcf_ethdev.c:1056:
+        if (rte_eal_process_type() != RTE_PROC_PRIMARY)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1328: FILE: drivers/net/ice/ice_dcf_ethdev.c:1056:
+        if (rte_eal_process_type() != RTE_PROC_PRIMARY)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1329: FILE: drivers/net/ice/ice_dcf_ethdev.c:1057:
+                return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1329: FILE: drivers/net/ice/ice_dcf_ethdev.c:1057:
+                return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1335: FILE: drivers/net/ice/ice_dcf_ethdev.c:1059:
+        eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1335: FILE: drivers/net/ice/ice_dcf_ethdev.c:1059:
+        eth_dev->data->dev_flags |= RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1338: FILE: drivers/net/ice/ice_dcf_ethdev.c:1061:
+        adapter->real_hw.vc_event_msg_cb = ice_dcf_handle_pf_event_msg;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1338: FILE: drivers/net/ice/ice_dcf_ethdev.c:1061:
+        adapter->real_hw.vc_event_msg_cb = ice_dcf_handle_pf_event_msg;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1339: FILE: drivers/net/ice/ice_dcf_ethdev.c:1062:
+        if (ice_dcf_init_hw(eth_dev, &adapter->real_hw) != 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1339: FILE: drivers/net/ice/ice_dcf_ethdev.c:1062:
+        if (ice_dcf_init_hw(eth_dev, &adapter->real_hw) != 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1340: FILE: drivers/net/ice/ice_dcf_ethdev.c:1063:
+                PMD_INIT_LOG(ERR, "Failed to init DCF hardware");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1340: FILE: drivers/net/ice/ice_dcf_ethdev.c:1063:
+                PMD_INIT_LOG(ERR, "Failed to init DCF hardware");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1341: FILE: drivers/net/ice/ice_dcf_ethdev.c:1064:
+                return -1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1341: FILE: drivers/net/ice/ice_dcf_ethdev.c:1064:
+                return -1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1342: FILE: drivers/net/ice/ice_dcf_ethdev.c:1065:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1342: FILE: drivers/net/ice/ice_dcf_ethdev.c:1065:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1347: FILE: drivers/net/ice/ice_dcf_ethdev.c:1067:
+        if (ice_dcf_init_parent_adapter(eth_dev) != 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1347: FILE: drivers/net/ice/ice_dcf_ethdev.c:1067:
+        if (ice_dcf_init_parent_adapter(eth_dev) != 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1348: FILE: drivers/net/ice/ice_dcf_ethdev.c:1068:
+                PMD_INIT_LOG(ERR, "Failed to init DCF parent adapter");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1348: FILE: drivers/net/ice/ice_dcf_ethdev.c:1068:
+                PMD_INIT_LOG(ERR, "Failed to init DCF parent adapter");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1349: FILE: drivers/net/ice/ice_dcf_ethdev.c:1069:
+                ice_dcf_uninit_hw(eth_dev, &adapter->real_hw);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1349: FILE: drivers/net/ice/ice_dcf_ethdev.c:1069:
+                ice_dcf_uninit_hw(eth_dev, &adapter->real_hw);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1350: FILE: drivers/net/ice/ice_dcf_ethdev.c:1070:
+                return -1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1350: FILE: drivers/net/ice/ice_dcf_ethdev.c:1070:
+                return -1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1351: FILE: drivers/net/ice/ice_dcf_ethdev.c:1071:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1351: FILE: drivers/net/ice/ice_dcf_ethdev.c:1071:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1353: FILE: drivers/net/ice/ice_dcf_ethdev.c:1073:
+        return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1353: FILE: drivers/net/ice/ice_dcf_ethdev.c:1073:
+        return 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1373: FILE: drivers/net/ice/ice_dcf_ethdev.c:1087:
+        return rte_eth_dev_pci_generic_probe(pci_dev,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1373: FILE: drivers/net/ice/ice_dcf_ethdev.c:1087:
+        return rte_eth_dev_pci_generic_probe(pci_dev,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1374: FILE: drivers/net/ice/ice_dcf_ethdev.c:1088:
+                                             sizeof(struct ice_dcf_adapter),$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1374: FILE: drivers/net/ice/ice_dcf_ethdev.c:1088:
+                                             sizeof(struct ice_dcf_adapter),$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1375: FILE: drivers/net/ice/ice_dcf_ethdev.c:1089:
+                                             ice_dcf_dev_init);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1375: FILE: drivers/net/ice/ice_dcf_ethdev.c:1089:
+                                             ice_dcf_dev_init);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1385: FILE: drivers/net/ice/ice_dcf_ethdev.c:1113:
+                              "cap=dcf|mdcf "$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1385: FILE: drivers/net/ice/ice_dcf_ethdev.c:1113:
+                              "cap=dcf|mdcf "$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1386: FILE: drivers/net/ice/ice_dcf_ethdev.c:1114:
+                              "br=<1|0>");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1386: FILE: drivers/net/ice/ice_dcf_ethdev.c:1114:
+                              "br=<1|0>");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1395: FILE: drivers/net/ice/ice_dcf_parent.c:115:
+        if (hw->multi_inst)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1395: FILE: drivers/net/ice/ice_dcf_parent.c:115:
+        if (hw->multi_inst)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1396: FILE: drivers/net/ice/ice_dcf_parent.c:116:
+                return NULL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1396: FILE: drivers/net/ice/ice_dcf_parent.c:116:
+                return NULL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1405: FILE: drivers/net/ice/ice_dcf_parent.c:166:
+        case VIRTCHNL_EVENT_DCF_VSI_INFO:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1405: FILE: drivers/net/ice/ice_dcf_parent.c:166:
+        case VIRTCHNL_EVENT_DCF_VSI_INFO:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1406: FILE: drivers/net/ice/ice_dcf_parent.c:167:
+                if (dcf_hw->vsi_id != pf_msg->event_data.vf_vsi_map.vsi_id)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1406: FILE: drivers/net/ice/ice_dcf_parent.c:167:
+                if (dcf_hw->vsi_id != pf_msg->event_data.vf_vsi_map.vsi_id)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1407: FILE: drivers/net/ice/ice_dcf_parent.c:168:
+                        dcf_hw->dcf_replaced = true;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1407: FILE: drivers/net/ice/ice_dcf_parent.c:168:
+                        dcf_hw->dcf_replaced = true;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1408: FILE: drivers/net/ice/ice_dcf_parent.c:169:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1408: FILE: drivers/net/ice/ice_dcf_parent.c:169:
+                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1416: FILE: drivers/net/ice/ice_dcf_parent.c:391:
+        hw->dcf_replaced = false;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1416: FILE: drivers/net/ice/ice_dcf_parent.c:391:
+        hw->dcf_replaced = false;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1436: FILE: drivers/net/ice/ice_ethdev.c:1814:
+        if (!strncmp((char *)hw->active_pkg_name, ICE_CUSTOM_OS_PKG_NAME,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1436: FILE: drivers/net/ice/ice_ethdev.c:1814:
+        if (!strncmp((char *)hw->active_pkg_name, ICE_CUSTOM_OS_PKG_NAME,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1437: FILE: drivers/net/ice/ice_ethdev.c:1815:
+                ICE_PKG_NAME_SIZE))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1437: FILE: drivers/net/ice/ice_ethdev.c:1815:
+                ICE_PKG_NAME_SIZE))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1438: FILE: drivers/net/ice/ice_ethdev.c:1816:
+                package_type = ICE_PKG_TYPE_OS_DEFAULT;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1438: FILE: drivers/net/ice/ice_ethdev.c:1816:
+                package_type = ICE_PKG_TYPE_OS_DEFAULT;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1460: FILE: drivers/net/ice/ice_generic_flow.c:1009:
+        RTE_FLOW_ITEM_TYPE_ETH,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1460: FILE: drivers/net/ice/ice_generic_flow.c:1009:
+        RTE_FLOW_ITEM_TYPE_ETH,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1461: FILE: drivers/net/ice/ice_generic_flow.c:1010:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1461: FILE: drivers/net/ice/ice_generic_flow.c:1010:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1462: FILE: drivers/net/ice/ice_generic_flow.c:1011:
+        RTE_FLOW_ITEM_TYPE_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1462: FILE: drivers/net/ice/ice_generic_flow.c:1011:
+        RTE_FLOW_ITEM_TYPE_GRE,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1463: FILE: drivers/net/ice/ice_generic_flow.c:1012:
+        RTE_FLOW_ITEM_TYPE_RAW,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1463: FILE: drivers/net/ice/ice_generic_flow.c:1012:
+        RTE_FLOW_ITEM_TYPE_RAW,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1464: FILE: drivers/net/ice/ice_generic_flow.c:1013:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1464: FILE: drivers/net/ice/ice_generic_flow.c:1013:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1465: FILE: drivers/net/ice/ice_generic_flow.c:1014:
+        RTE_FLOW_ITEM_TYPE_END,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1465: FILE: drivers/net/ice/ice_generic_flow.c:1014:
+        RTE_FLOW_ITEM_TYPE_END,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1468: FILE: drivers/net/ice/ice_generic_flow.c:1017:
+        RTE_FLOW_ITEM_TYPE_ETH,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1468: FILE: drivers/net/ice/ice_generic_flow.c:1017:
+        RTE_FLOW_ITEM_TYPE_ETH,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1469: FILE: drivers/net/ice/ice_generic_flow.c:1018:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1469: FILE: drivers/net/ice/ice_generic_flow.c:1018:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1470: FILE: drivers/net/ice/ice_generic_flow.c:1019:
+        RTE_FLOW_ITEM_TYPE_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1470: FILE: drivers/net/ice/ice_generic_flow.c:1019:
+        RTE_FLOW_ITEM_TYPE_GRE,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1471: FILE: drivers/net/ice/ice_generic_flow.c:1020:
+        RTE_FLOW_ITEM_TYPE_RAW,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1471: FILE: drivers/net/ice/ice_generic_flow.c:1020:
+        RTE_FLOW_ITEM_TYPE_RAW,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1472: FILE: drivers/net/ice/ice_generic_flow.c:1021:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1472: FILE: drivers/net/ice/ice_generic_flow.c:1021:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1473: FILE: drivers/net/ice/ice_generic_flow.c:1022:
+        RTE_FLOW_ITEM_TYPE_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1473: FILE: drivers/net/ice/ice_generic_flow.c:1022:
+        RTE_FLOW_ITEM_TYPE_UDP,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1474: FILE: drivers/net/ice/ice_generic_flow.c:1023:
+        RTE_FLOW_ITEM_TYPE_END,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1474: FILE: drivers/net/ice/ice_generic_flow.c:1023:
+        RTE_FLOW_ITEM_TYPE_END,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1477: FILE: drivers/net/ice/ice_generic_flow.c:1026:
+        RTE_FLOW_ITEM_TYPE_ETH,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1477: FILE: drivers/net/ice/ice_generic_flow.c:1026:
+        RTE_FLOW_ITEM_TYPE_ETH,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1478: FILE: drivers/net/ice/ice_generic_flow.c:1027:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1478: FILE: drivers/net/ice/ice_generic_flow.c:1027:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1479: FILE: drivers/net/ice/ice_generic_flow.c:1028:
+        RTE_FLOW_ITEM_TYPE_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1479: FILE: drivers/net/ice/ice_generic_flow.c:1028:
+        RTE_FLOW_ITEM_TYPE_GRE,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1480: FILE: drivers/net/ice/ice_generic_flow.c:1029:
+        RTE_FLOW_ITEM_TYPE_RAW,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1480: FILE: drivers/net/ice/ice_generic_flow.c:1029:
+        RTE_FLOW_ITEM_TYPE_RAW,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1481: FILE: drivers/net/ice/ice_generic_flow.c:1030:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1481: FILE: drivers/net/ice/ice_generic_flow.c:1030:
+        RTE_FLOW_ITEM_TYPE_IPV4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1482: FILE: drivers/net/ice/ice_generic_flow.c:1031:
+        RTE_FLOW_ITEM_TYPE_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1482: FILE: drivers/net/ice/ice_generic_flow.c:1031:
+        RTE_FLOW_ITEM_TYPE_TCP,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1483: FILE: drivers/net/ice/ice_generic_flow.c:1032:
+        RTE_FLOW_ITEM_TYPE_END,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1483: FILE: drivers/net/ice/ice_generic_flow.c:1032:
+        RTE_FLOW_ITEM_TYPE_END,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1492: FILE: drivers/net/ice/ice_generic_flow.c:2317:
+        struct ice_adapter *ad =$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1492: FILE: drivers/net/ice/ice_generic_flow.c:2317:
+        struct ice_adapter *ad =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1493: FILE: drivers/net/ice/ice_generic_flow.c:2318:
+                ICE_DEV_PRIVATE_TO_ADAPTER(dev->data->dev_private);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1493: FILE: drivers/net/ice/ice_generic_flow.c:2318:
+                ICE_DEV_PRIVATE_TO_ADAPTER(dev->data->dev_private);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1494: FILE: drivers/net/ice/ice_generic_flow.c:2319:
+        struct ice_dcf_hw *hw = ad->hw.aq_send_cmd_param;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1494: FILE: drivers/net/ice/ice_generic_flow.c:2319:
+        struct ice_dcf_hw *hw = ad->hw.aq_send_cmd_param;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1499: FILE: drivers/net/ice/ice_generic_flow.c:2324:
+        if (hw->dcf_replaced)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1499: FILE: drivers/net/ice/ice_generic_flow.c:2324:
+        if (hw->dcf_replaced)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1500: FILE: drivers/net/ice/ice_generic_flow.c:2325:
+                return ret;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1500: FILE: drivers/net/ice/ice_generic_flow.c:2325:
+                return ret;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1509: FILE: drivers/net/ice/ice_generic_flow.c:2335:
+        if (ad->hw.dcf_enabled && hw->multi_inst)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1509: FILE: drivers/net/ice/ice_generic_flow.c:2335:
+        if (ad->hw.dcf_enabled && hw->multi_inst)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1510: FILE: drivers/net/ice/ice_generic_flow.c:2336:
+                return ice_dcf_flush_rules(ad->hw.aq_send_cmd_param);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1510: FILE: drivers/net/ice/ice_generic_flow.c:2336:
+                return ice_dcf_flush_rules(ad->hw.aq_send_cmd_param);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1540: FILE: drivers/net/ice/ice_generic_flow.h:195:
+        (ICE_PROT_GRE | ICE_RAW_PATTERN)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1540: FILE: drivers/net/ice/ice_generic_flow.h:195:
+        (ICE_PROT_GRE | ICE_RAW_PATTERN)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1572: FILE: drivers/net/ice/ice_switch_filter.c:42:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1572: FILE: drivers/net/ice/ice_switch_filter.c:42:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1581: FILE: drivers/net/ice/ice_switch_filter.c:55:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4_TCP)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1581: FILE: drivers/net/ice/ice_switch_filter.c:55:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4_TCP)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1583: FILE: drivers/net/ice/ice_switch_filter.c:57:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4_UDP)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1583: FILE: drivers/net/ice/ice_switch_filter.c:57:
+        ICE_SW_INSET_MAC_VLAN | ICE_SW_INSET_MAC_IPV4_UDP)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1592: FILE: drivers/net/ice/ice_switch_filter.c:93:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1592: FILE: drivers/net/ice/ice_switch_filter.c:93:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1593: FILE: drivers/net/ice/ice_switch_filter.c:94:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1593: FILE: drivers/net/ice/ice_switch_filter.c:94:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1595: FILE: drivers/net/ice/ice_switch_filter.c:96:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1595: FILE: drivers/net/ice/ice_switch_filter.c:96:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1596: FILE: drivers/net/ice/ice_switch_filter.c:97:
+        ICE_INSET_TUN_TCP_SRC_PORT | ICE_INSET_TUN_TCP_DST_PORT | \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1596: FILE: drivers/net/ice/ice_switch_filter.c:97:
+        ICE_INSET_TUN_TCP_SRC_PORT | ICE_INSET_TUN_TCP_DST_PORT | \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1597: FILE: drivers/net/ice/ice_switch_filter.c:98:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1597: FILE: drivers/net/ice/ice_switch_filter.c:98:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1599: FILE: drivers/net/ice/ice_switch_filter.c:100:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1599: FILE: drivers/net/ice/ice_switch_filter.c:100:
+        ICE_INSET_TUN_IPV4_SRC | ICE_INSET_TUN_IPV4_DST | \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1600: FILE: drivers/net/ice/ice_switch_filter.c:101:
+        ICE_INSET_TUN_UDP_SRC_PORT | ICE_INSET_TUN_UDP_DST_PORT | \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1600: FILE: drivers/net/ice/ice_switch_filter.c:101:
+        ICE_INSET_TUN_UDP_SRC_PORT | ICE_INSET_TUN_UDP_DST_PORT | \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1601: FILE: drivers/net/ice/ice_switch_filter.c:102:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1601: FILE: drivers/net/ice/ice_switch_filter.c:102:
+        ICE_INSET_IPV4_DST | ICE_INSET_RAW)$

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1610: FILE: drivers/net/ice/ice_switch_filter.c:153:
+#define CUSTOM_GRE_RAW_KEY_LEN 2*CUSTOM_GRE_KEY_OFFSET
                                 ^

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1610: FILE: drivers/net/ice/ice_switch_filter.c:153:
+#define CUSTOM_GRE_RAW_KEY_LEN 2*CUSTOM_GRE_KEY_OFFSET

ERROR:CODE_INDENT: code indent should use tabs where possible
#1623: FILE: drivers/net/ice/ice_switch_filter.c:184:
+        {pattern_eth_vlan_ipv4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1623: FILE: drivers/net/ice/ice_switch_filter.c:184:
+        {pattern_eth_vlan_ipv4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1624: FILE: drivers/net/ice/ice_switch_filter.c:185:
+                        ICE_SW_INSET_MAC_VLAN_IPV4, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1624: FILE: drivers/net/ice/ice_switch_filter.c:185:
+                        ICE_SW_INSET_MAC_VLAN_IPV4, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1625: FILE: drivers/net/ice/ice_switch_filter.c:186:
+        {pattern_eth_vlan_ipv4_tcp,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1625: FILE: drivers/net/ice/ice_switch_filter.c:186:
+        {pattern_eth_vlan_ipv4_tcp,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1626: FILE: drivers/net/ice/ice_switch_filter.c:187:
+                        ICE_SW_INSET_MAC_VLAN_IPV4_TCP, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1626: FILE: drivers/net/ice/ice_switch_filter.c:187:
+                        ICE_SW_INSET_MAC_VLAN_IPV4_TCP, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1627: FILE: drivers/net/ice/ice_switch_filter.c:188:
+        {pattern_eth_vlan_ipv4_udp,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1627: FILE: drivers/net/ice/ice_switch_filter.c:188:
+        {pattern_eth_vlan_ipv4_udp,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1628: FILE: drivers/net/ice/ice_switch_filter.c:189:
+                        ICE_SW_INSET_MAC_VLAN_IPV4_UDP, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1628: FILE: drivers/net/ice/ice_switch_filter.c:189:
+                        ICE_SW_INSET_MAC_VLAN_IPV4_UDP, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1636: FILE: drivers/net/ice/ice_switch_filter.c:208:
+        {pattern_eth_ipv4_gre_raw_ipv4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1636: FILE: drivers/net/ice/ice_switch_filter.c:208:
+        {pattern_eth_ipv4_gre_raw_ipv4,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1637: FILE: drivers/net/ice/ice_switch_filter.c:209:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1637: FILE: drivers/net/ice/ice_switch_filter.c:209:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1638: FILE: drivers/net/ice/ice_switch_filter.c:210:
+        {pattern_eth_ipv4_gre_raw_ipv4_tcp,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1638: FILE: drivers/net/ice/ice_switch_filter.c:210:
+        {pattern_eth_ipv4_gre_raw_ipv4_tcp,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1639: FILE: drivers/net/ice/ice_switch_filter.c:211:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4_TCP, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1639: FILE: drivers/net/ice/ice_switch_filter.c:211:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4_TCP, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1640: FILE: drivers/net/ice/ice_switch_filter.c:212:
+        {pattern_eth_ipv4_gre_raw_ipv4_udp,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1640: FILE: drivers/net/ice/ice_switch_filter.c:212:
+        {pattern_eth_ipv4_gre_raw_ipv4_udp,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1641: FILE: drivers/net/ice/ice_switch_filter.c:213:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4_UDP, ICE_INSET_NONE},$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1641: FILE: drivers/net/ice/ice_switch_filter.c:213:
+                        ICE_SW_INSET_DIST_GRE_RAW_IPV4_UDP, ICE_INSET_NONE},$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1649: FILE: drivers/net/ice/ice_switch_filter.c:493:
+        struct ice_dcf_hw *dcf_hw = ad->hw.aq_send_cmd_param;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1649: FILE: drivers/net/ice/ice_switch_filter.c:493:
+        struct ice_dcf_hw *dcf_hw = ad->hw.aq_send_cmd_param;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1650: FILE: drivers/net/ice/ice_switch_filter.c:494:
+        struct ice_rule_query_data *filter_ptr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1650: FILE: drivers/net/ice/ice_switch_filter.c:494:
+        struct ice_rule_query_data *filter_ptr;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1662: FILE: drivers/net/ice/ice_switch_filter.c:510:
+        if (ret && !(hw->dcf_enabled && dcf_hw->multi_inst)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1662: FILE: drivers/net/ice/ice_switch_filter.c:510:
+        if (ret && !(hw->dcf_enabled && dcf_hw->multi_inst)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1679: FILE: drivers/net/ice/ice_switch_filter.c:543:
+        const struct rte_flow_item_gre *gre_spec, *gre_mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1679: FILE: drivers/net/ice/ice_switch_filter.c:543:
+        const struct rte_flow_item_gre *gre_spec, *gre_mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1680: FILE: drivers/net/ice/ice_switch_filter.c:544:
+        const struct rte_flow_item_raw *raw_spec, *raw_mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1680: FILE: drivers/net/ice/ice_switch_filter.c:544:
+        const struct rte_flow_item_raw *raw_spec, *raw_mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1688: FILE: drivers/net/ice/ice_switch_filter.c:562:
+        bool gre_valid = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1688: FILE: drivers/net/ice/ice_switch_filter.c:562:
+        bool gre_valid = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1695: FILE: drivers/net/ice/ice_switch_filter.c:569:
+        int32_t off;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1695: FILE: drivers/net/ice/ice_switch_filter.c:569:
+        int32_t off;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1696: FILE: drivers/net/ice/ice_switch_filter.c:570:
+        uint16_t len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1696: FILE: drivers/net/ice/ice_switch_filter.c:570:
+        uint16_t len;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1697: FILE: drivers/net/ice/ice_switch_filter.c:571:
+        uint16_t c_rsvd0_ver = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1697: FILE: drivers/net/ice/ice_switch_filter.c:571:
+        uint16_t c_rsvd0_ver = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1705: FILE: drivers/net/ice/ice_switch_filter.c:781:
+                               if ((ipv6_spec->hdr.proto &$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1705: FILE: drivers/net/ice/ice_switch_filter.c:781:
+                               if ((ipv6_spec->hdr.proto &$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (31, 39)
#1705: FILE: drivers/net/ice/ice_switch_filter.c:781:
+                               if ((ipv6_spec->hdr.proto &
[...]
+                                       *tun_type = ICE_SW_TUN_AND_NON_TUN;

ERROR:CODE_INDENT: code indent should use tabs where possible
#1706: FILE: drivers/net/ice/ice_switch_filter.c:782:
+                                       ipv6_mask->hdr.proto) ==$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1706: FILE: drivers/net/ice/ice_switch_filter.c:782:
+                                       ipv6_mask->hdr.proto) ==$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1707: FILE: drivers/net/ice/ice_switch_filter.c:783:
+                                       ICE_IPV6_PROTO_NVGRE)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1707: FILE: drivers/net/ice/ice_switch_filter.c:783:
+                                       ICE_IPV6_PROTO_NVGRE)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1708: FILE: drivers/net/ice/ice_switch_filter.c:784:
+                                       *tun_type = ICE_SW_TUN_AND_NON_TUN;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1708: FILE: drivers/net/ice/ice_switch_filter.c:784:
+                                       *tun_type = ICE_SW_TUN_AND_NON_TUN;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1716: FILE: drivers/net/ice/ice_switch_filter.c:1098:
+                case RTE_FLOW_ITEM_TYPE_GRE:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1716: FILE: drivers/net/ice/ice_switch_filter.c:1098:
+                case RTE_FLOW_ITEM_TYPE_GRE:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1717: FILE: drivers/net/ice/ice_switch_filter.c:1099:
+                        gre_spec = item->spec;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1717: FILE: drivers/net/ice/ice_switch_filter.c:1099:
+                        gre_spec = item->spec;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1718: FILE: drivers/net/ice/ice_switch_filter.c:1100:
+                        gre_mask = item->mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1718: FILE: drivers/net/ice/ice_switch_filter.c:1100:
+                        gre_mask = item->mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1720: FILE: drivers/net/ice/ice_switch_filter.c:1102:
+                        gre_valid = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1720: FILE: drivers/net/ice/ice_switch_filter.c:1102:
+                        gre_valid = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1721: FILE: drivers/net/ice/ice_switch_filter.c:1103:
+                        tunnel_valid = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1721: FILE: drivers/net/ice/ice_switch_filter.c:1103:
+                        tunnel_valid = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1722: FILE: drivers/net/ice/ice_switch_filter.c:1104:
+                        if(gre_spec && gre_mask) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1722: FILE: drivers/net/ice/ice_switch_filter.c:1104:
+                        if(gre_spec && gre_mask) {$

ERROR:SPACING: space required before the open parenthesis '('
#1722: FILE: drivers/net/ice/ice_switch_filter.c:1104:
+                        if(gre_spec && gre_mask) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1723: FILE: drivers/net/ice/ice_switch_filter.c:1105:
+                                list[t].type = ICE_GRE;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1723: FILE: drivers/net/ice/ice_switch_filter.c:1105:
+                                list[t].type = ICE_GRE;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1724: FILE: drivers/net/ice/ice_switch_filter.c:1106:
+                                if(gre_mask->c_rsvd0_ver) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1724: FILE: drivers/net/ice/ice_switch_filter.c:1106:
+                                if(gre_mask->c_rsvd0_ver) {$

ERROR:SPACING: space required before the open parenthesis '('
#1724: FILE: drivers/net/ice/ice_switch_filter.c:1106:
+                                if(gre_mask->c_rsvd0_ver) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1725: FILE: drivers/net/ice/ice_switch_filter.c:1107:
+                                        /* GRE RFC1701 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1726: FILE: drivers/net/ice/ice_switch_filter.c:1108:
+                                        list[t].h_u.gre_hdr.flags = gre_spec->c_rsvd0_ver;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1726: FILE: drivers/net/ice/ice_switch_filter.c:1108:
+                                        list[t].h_u.gre_hdr.flags = gre_spec->c_rsvd0_ver;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1727: FILE: drivers/net/ice/ice_switch_filter.c:1109:
+                                        list[t].m_u.gre_hdr.flags = gre_mask->c_rsvd0_ver;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1727: FILE: drivers/net/ice/ice_switch_filter.c:1109:
+                                        list[t].m_u.gre_hdr.flags = gre_mask->c_rsvd0_ver;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1728: FILE: drivers/net/ice/ice_switch_filter.c:1110:
+                                        c_rsvd0_ver = gre_spec->c_rsvd0_ver & gre_mask->c_rsvd0_ver;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1728: FILE: drivers/net/ice/ice_switch_filter.c:1110:
+                                        c_rsvd0_ver = gre_spec->c_rsvd0_ver & gre_mask->c_rsvd0_ver;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1729: FILE: drivers/net/ice/ice_switch_filter.c:1111:
+                                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1729: FILE: drivers/net/ice/ice_switch_filter.c:1111:
+                                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1730: FILE: drivers/net/ice/ice_switch_filter.c:1112:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1730: FILE: drivers/net/ice/ice_switch_filter.c:1112:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1731: FILE: drivers/net/ice/ice_switch_filter.c:1113:
+                        break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1731: FILE: drivers/net/ice/ice_switch_filter.c:1113:
+                        break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1733: FILE: drivers/net/ice/ice_switch_filter.c:1115:
+                case RTE_FLOW_ITEM_TYPE_RAW:$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1733: FILE: drivers/net/ice/ice_switch_filter.c:1115:
+                case RTE_FLOW_ITEM_TYPE_RAW:$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1734: FILE: drivers/net/ice/ice_switch_filter.c:1116:
+                        raw_spec = item->spec;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1734: FILE: drivers/net/ice/ice_switch_filter.c:1116:
+                        raw_spec = item->spec;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1735: FILE: drivers/net/ice/ice_switch_filter.c:1117:
+                        raw_mask = item->mask;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1735: FILE: drivers/net/ice/ice_switch_filter.c:1117:
+                        raw_mask = item->mask;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1737: FILE: drivers/net/ice/ice_switch_filter.c:1119:
+                        if(list[t].type != ICE_GRE) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1737: FILE: drivers/net/ice/ice_switch_filter.c:1119:
+                        if(list[t].type != ICE_GRE) {$

ERROR:SPACING: space required before the open parenthesis '('
#1737: FILE: drivers/net/ice/ice_switch_filter.c:1119:
+                        if(list[t].type != ICE_GRE) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1738: FILE: drivers/net/ice/ice_switch_filter.c:1120:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "RAW must follow GRE.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1738: FILE: drivers/net/ice/ice_switch_filter.c:1120:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "RAW must follow GRE.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1739: FILE: drivers/net/ice/ice_switch_filter.c:1121:
+                                return -rte_errno;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1739: FILE: drivers/net/ice/ice_switch_filter.c:1121:
+                                return -rte_errno;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1740: FILE: drivers/net/ice/ice_switch_filter.c:1122:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1740: FILE: drivers/net/ice/ice_switch_filter.c:1122:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1742: FILE: drivers/net/ice/ice_switch_filter.c:1124:
+                        if((c_rsvd0_ver & GRE_KFLAG) == 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1742: FILE: drivers/net/ice/ice_switch_filter.c:1124:
+                        if((c_rsvd0_ver & GRE_KFLAG) == 0) {$

ERROR:SPACING: space required before the open parenthesis '('
#1742: FILE: drivers/net/ice/ice_switch_filter.c:1124:
+                        if((c_rsvd0_ver & GRE_KFLAG) == 0) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1743: FILE: drivers/net/ice/ice_switch_filter.c:1125:
+                                if(raw_spec && raw_mask) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1743: FILE: drivers/net/ice/ice_switch_filter.c:1125:
+                                if(raw_spec && raw_mask) {$

ERROR:SPACING: space required before the open parenthesis '('
#1743: FILE: drivers/net/ice/ice_switch_filter.c:1125:
+                                if(raw_spec && raw_mask) {

WARNING:LONG_LINE: line length of 163 exceeds 100 columns
#1744: FILE: drivers/net/ice/ice_switch_filter.c:1126:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! k_bit is 0 while raw pattern exists.");

ERROR:CODE_INDENT: code indent should use tabs where possible
#1744: FILE: drivers/net/ice/ice_switch_filter.c:1126:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! k_bit is 0 while raw pattern exists.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1744: FILE: drivers/net/ice/ice_switch_filter.c:1126:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! k_bit is 0 while raw pattern exists.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1745: FILE: drivers/net/ice/ice_switch_filter.c:1127:
+                                        return -rte_errno;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1745: FILE: drivers/net/ice/ice_switch_filter.c:1127:
+                                        return -rte_errno;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1746: FILE: drivers/net/ice/ice_switch_filter.c:1128:
+                                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1746: FILE: drivers/net/ice/ice_switch_filter.c:1128:
+                                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1747: FILE: drivers/net/ice/ice_switch_filter.c:1129:
+                                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1747: FILE: drivers/net/ice/ice_switch_filter.c:1129:
+                                break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1748: FILE: drivers/net/ice/ice_switch_filter.c:1130:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1748: FILE: drivers/net/ice/ice_switch_filter.c:1130:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1750: FILE: drivers/net/ice/ice_switch_filter.c:1132:
+                        if((!raw_spec) || (!raw_mask)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1750: FILE: drivers/net/ice/ice_switch_filter.c:1132:
+                        if((!raw_spec) || (!raw_mask)) {$

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!raw_spec'
#1750: FILE: drivers/net/ice/ice_switch_filter.c:1132:
+                        if((!raw_spec) || (!raw_mask)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!raw_mask'
#1750: FILE: drivers/net/ice/ice_switch_filter.c:1132:
+                        if((!raw_spec) || (!raw_mask)) {

ERROR:SPACING: space required before the open parenthesis '('
#1750: FILE: drivers/net/ice/ice_switch_filter.c:1132:
+                        if((!raw_spec) || (!raw_mask)) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1751: FILE: drivers/net/ice/ice_switch_filter.c:1133:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! k_bit is 1 while raw pattern doesn't exist.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1751: FILE: drivers/net/ice/ice_switch_filter.c:1133:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! k_bit is 1 while raw pattern doesn't exist.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1752: FILE: drivers/net/ice/ice_switch_filter.c:1134:
+                                return -rte_errno;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1752: FILE: drivers/net/ice/ice_switch_filter.c:1134:
+                                return -rte_errno;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1753: FILE: drivers/net/ice/ice_switch_filter.c:1135:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1753: FILE: drivers/net/ice/ice_switch_filter.c:1135:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1755: FILE: drivers/net/ice/ice_switch_filter.c:1137:
+                        off = raw_spec->offset;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1755: FILE: drivers/net/ice/ice_switch_filter.c:1137:
+                        off = raw_spec->offset;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1756: FILE: drivers/net/ice/ice_switch_filter.c:1138:
+                        len = raw_spec->length;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1756: FILE: drivers/net/ice/ice_switch_filter.c:1138:
+                        len = raw_spec->length;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1758: FILE: drivers/net/ice/ice_switch_filter.c:1140:
+                        if((c_rsvd0_ver & GRE_CFLAG) == GRE_CFLAG) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1758: FILE: drivers/net/ice/ice_switch_filter.c:1140:
+                        if((c_rsvd0_ver & GRE_CFLAG) == GRE_CFLAG) {$

ERROR:SPACING: space required before the open parenthesis '('
#1758: FILE: drivers/net/ice/ice_switch_filter.c:1140:
+                        if((c_rsvd0_ver & GRE_CFLAG) == GRE_CFLAG) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1759: FILE: drivers/net/ice/ice_switch_filter.c:1141:
+                                if(off != CUSTOM_GRE_KEY_OFFSET) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1759: FILE: drivers/net/ice/ice_switch_filter.c:1141:
+                                if(off != CUSTOM_GRE_KEY_OFFSET) {$

ERROR:SPACING: space required before the open parenthesis '('
#1759: FILE: drivers/net/ice/ice_switch_filter.c:1141:
+                                if(off != CUSTOM_GRE_KEY_OFFSET) {

WARNING:LONG_LINE: line length of 160 exceeds 100 columns
#1760: FILE: drivers/net/ice/ice_switch_filter.c:1142:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! c_bit is 1 while offset is not 4.");

ERROR:CODE_INDENT: code indent should use tabs where possible
#1760: FILE: drivers/net/ice/ice_switch_filter.c:1142:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! c_bit is 1 while offset is not 4.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1760: FILE: drivers/net/ice/ice_switch_filter.c:1142:
+                                        rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "invalid pattern! c_bit is 1 while offset is not 4.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1761: FILE: drivers/net/ice/ice_switch_filter.c:1143:
+                                        return -rte_errno;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1761: FILE: drivers/net/ice/ice_switch_filter.c:1143:
+                                        return -rte_errno;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1762: FILE: drivers/net/ice/ice_switch_filter.c:1144:
+                                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1762: FILE: drivers/net/ice/ice_switch_filter.c:1144:
+                                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1763: FILE: drivers/net/ice/ice_switch_filter.c:1145:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1763: FILE: drivers/net/ice/ice_switch_filter.c:1145:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1765: FILE: drivers/net/ice/ice_switch_filter.c:1147:
+                        if(len > CUSTOM_GRE_RAW_KEY_LEN) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1765: FILE: drivers/net/ice/ice_switch_filter.c:1147:
+                        if(len > CUSTOM_GRE_RAW_KEY_LEN) {$

ERROR:SPACING: space required before the open parenthesis '('
#1765: FILE: drivers/net/ice/ice_switch_filter.c:1147:
+                        if(len > CUSTOM_GRE_RAW_KEY_LEN) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1766: FILE: drivers/net/ice/ice_switch_filter.c:1148:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Only support 4 bytes matching.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1766: FILE: drivers/net/ice/ice_switch_filter.c:1148:
+                                rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Only support 4 bytes matching.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1767: FILE: drivers/net/ice/ice_switch_filter.c:1149:
+                                return -rte_errno;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1767: FILE: drivers/net/ice/ice_switch_filter.c:1149:
+                                return -rte_errno;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1768: FILE: drivers/net/ice/ice_switch_filter.c:1150:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1768: FILE: drivers/net/ice/ice_switch_filter.c:1150:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1770: FILE: drivers/net/ice/ice_switch_filter.c:1152:
+                        if(raw_spec && raw_mask) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1770: FILE: drivers/net/ice/ice_switch_filter.c:1152:
+                        if(raw_spec && raw_mask) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40)
#1770: FILE: drivers/net/ice/ice_switch_filter.c:1152:
+                        if(raw_spec && raw_mask) {
[...]
+                                        const uint8_t *pat_src = (const uint8_t *)raw_spec->pattern;

ERROR:SPACING: space required before the open parenthesis '('
#1770: FILE: drivers/net/ice/ice_switch_filter.c:1152:
+                        if(raw_spec && raw_mask) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1771: FILE: drivers/net/ice/ice_switch_filter.c:1153:
+                                        /* store pattern to header buffer */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1772: FILE: drivers/net/ice/ice_switch_filter.c:1154:
+                                        const uint8_t *pat_src = (const uint8_t *)raw_spec->pattern;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1772: FILE: drivers/net/ice/ice_switch_filter.c:1154:
+                                        const uint8_t *pat_src = (const uint8_t *)raw_spec->pattern;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1773: FILE: drivers/net/ice/ice_switch_filter.c:1155:
+                                        uint8_t *key_dst = (uint8_t *)&list[t].h_u.gre_hdr.key;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1773: FILE: drivers/net/ice/ice_switch_filter.c:1155:
+                                        uint8_t *key_dst = (uint8_t *)&list[t].h_u.gre_hdr.key;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1775: FILE: drivers/net/ice/ice_switch_filter.c:1157:
+                                        int i = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1775: FILE: drivers/net/ice/ice_switch_filter.c:1157:
+                                        int i = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1776: FILE: drivers/net/ice/ice_switch_filter.c:1158:
+                                        for(i=0; i < len; i++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1776: FILE: drivers/net/ice/ice_switch_filter.c:1158:
+                                        for(i=0; i < len; i++) {$

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#1776: FILE: drivers/net/ice/ice_switch_filter.c:1158:
+                                        for(i=0; i < len; i++) {
                                              ^

ERROR:SPACING: space required before the open parenthesis '('
#1776: FILE: drivers/net/ice/ice_switch_filter.c:1158:
+                                        for(i=0; i < len; i++) {

ERROR:CODE_INDENT: code indent should use tabs where possible
#1777: FILE: drivers/net/ice/ice_switch_filter.c:1159:
+                                                int t = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1777: FILE: drivers/net/ice/ice_switch_filter.c:1159:
+                                                int t = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1778: FILE: drivers/net/ice/ice_switch_filter.c:1160:
+                                                if(pat_src[i] >= '0' && pat_src[i] <= '9')$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1778: FILE: drivers/net/ice/ice_switch_filter.c:1160:
+                                                if(pat_src[i] >= '0' && pat_src[i] <= '9')$

ERROR:SPACING: space required before the open parenthesis '('
#1778: FILE: drivers/net/ice/ice_switch_filter.c:1160:
+                                                if(pat_src[i] >= '0' && pat_src[i] <= '9')

ERROR:CODE_INDENT: code indent should use tabs where possible
#1779: FILE: drivers/net/ice/ice_switch_filter.c:1161:
+                                                        t = pat_src[i] - '0';$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1779: FILE: drivers/net/ice/ice_switch_filter.c:1161:
+                                                        t = pat_src[i] - '0';$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1780: FILE: drivers/net/ice/ice_switch_filter.c:1162:
+                                                else if(pat_src[i] >= 'a' && pat_src[i] <= 'f')$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1780: FILE: drivers/net/ice/ice_switch_filter.c:1162:
+                                                else if(pat_src[i] >= 'a' && pat_src[i] <= 'f')$

ERROR:SPACING: space required before the open parenthesis '('
#1780: FILE: drivers/net/ice/ice_switch_filter.c:1162:
+                                                else if(pat_src[i] >= 'a' && pat_src[i] <= 'f')

ERROR:CODE_INDENT: code indent should use tabs where possible
#1781: FILE: drivers/net/ice/ice_switch_filter.c:1163:
+                                                        t = pat_src[i] - 'a' + 10;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1781: FILE: drivers/net/ice/ice_switch_filter.c:1163:
+                                                        t = pat_src[i] - 'a' + 10;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1782: FILE: drivers/net/ice/ice_switch_filter.c:1164:
+                                                else$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1782: FILE: drivers/net/ice/ice_switch_filter.c:1164:
+                                                else$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1783: FILE: drivers/net/ice/ice_switch_filter.c:1165:
+                                                        printf("invalid pattern.
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1783: FILE: drivers/net/ice/ice_switch_filter.c:1165:
+                                                        printf("invalid pattern.
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;$

CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;
                                                          ^

CHECK:SPACING: spaces preferred around that '%' (ctx:VxV)
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;
                                                                  ^

CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;
                                                                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;
                                                                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1785: FILE: drivers/net/ice/ice_switch_filter.c:1167:
+                                                key_dst[i/2] = (i%2) ? (key_dst[i/2]+t) : t*16;
                                                                                            ^

ERROR:CODE_INDENT: code indent should use tabs where possible
#1786: FILE: drivers/net/ice/ice_switch_filter.c:1168:
+                                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1786: FILE: drivers/net/ice/ice_switch_filter.c:1168:
+                                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1787: FILE: drivers/net/ice/ice_switch_filter.c:1169:
+                                        list[t].m_u.gre_hdr.key = 0xffffffff;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1787: FILE: drivers/net/ice/ice_switch_filter.c:1169:
+                                        list[t].m_u.gre_hdr.key = 0xffffffff;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1788: FILE: drivers/net/ice/ice_switch_filter.c:1170:
+                                        input_set |= ICE_INSET_RAW;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1788: FILE: drivers/net/ice/ice_switch_filter.c:1170:
+                                        input_set |= ICE_INSET_RAW;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1789: FILE: drivers/net/ice/ice_switch_filter.c:1171:
+                                        input_set_byte += 2;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1789: FILE: drivers/net/ice/ice_switch_filter.c:1171:
+                                        input_set_byte += 2;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1790: FILE: drivers/net/ice/ice_switch_filter.c:1172:
+                                t++;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1790: FILE: drivers/net/ice/ice_switch_filter.c:1172:
+                                t++;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1791: FILE: drivers/net/ice/ice_switch_filter.c:1173:
+                        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1791: FILE: drivers/net/ice/ice_switch_filter.c:1173:
+                        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1792: FILE: drivers/net/ice/ice_switch_filter.c:1174:
+                        break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1792: FILE: drivers/net/ice/ice_switch_filter.c:1174:
+                        break;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1801: FILE: drivers/net/ice/ice_switch_filter.c:1531:
+                else if (gre_valid)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1801: FILE: drivers/net/ice/ice_switch_filter.c:1531:
+                else if (gre_valid)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1802: FILE: drivers/net/ice/ice_switch_filter.c:1532:
+                        *tun_type = ICE_SW_TUN_GRE;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1802: FILE: drivers/net/ice/ice_switch_filter.c:1532:
+                        *tun_type = ICE_SW_TUN_GRE;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#1814: FILE: lib/librte_ethdev/rte_ethdev.h:1046:
+        RTE_TUNNEL_TYPE_ECPRI,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1814: FILE: lib/librte_ethdev/rte_ethdev.h:1046:
+        RTE_TUNNEL_TYPE_ECPRI,$

total: 670 errors, 660 warnings, 1558 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-14  4:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210514042158.74917-1-steven.zou@intel.com>
2021-05-14  4:19 ` [dpdk-test-report] |WARNING| pw93261 [RFC] net/ice: couple of new DCF features checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).