net/ice: clean up redundant assignment and indentations

The patch removes redundant code and cleans up some wrong indentations.

Signed-off-by: Ying A Wang <ying.a.wang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
This commit is contained in:
Ying A Wang 2019-10-17 02:33:52 +08:00 committed by Ferruh Yigit
parent c3ff0ac70a
commit 23ecda2aa5

View File

@ -124,7 +124,6 @@ ice_pattern_skip_void_item(struct rte_flow_item *items,
items += cpy_count;
if (pe->type == RTE_FLOW_ITEM_TYPE_END) {
pb = pe;
break;
}