i40e: remove some useless line breaks
authorHelin Zhang <helin.zhang@intel.com>
Wed, 4 Feb 2015 07:16:29 +0000 (15:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 22 Feb 2015 22:56:20 +0000 (23:56 +0100)
Added code style fixes.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
lib/librte_pmd_i40e/i40e_fdir.c

index 68511c8..c9e535b 100644 (file)
@@ -677,11 +677,8 @@ i40e_fdir_configure(struct rte_eth_dev *dev)
                i40e_set_flx_pld_cfg(pf, &conf->flex_set[i]);
        /* configure flex mask*/
        for (i = 0; i < conf->nb_flexmasks; i++) {
-               pctype = i40e_flowtype_to_pctype(
-                       conf->flex_mask[i].flow_type);
-               i40e_set_flex_mask_on_pctype(pf,
-                               pctype,
-                               &conf->flex_mask[i]);
+               pctype = i40e_flowtype_to_pctype(conf->flex_mask[i].flow_type);
+               i40e_set_flex_mask_on_pctype(pf, pctype, &conf->flex_mask[i]);
        }
 
        return ret;