Skip to content

Commit 2e20521

Browse files
committed
ice: Remove unnecessary blank line
Checkpatch reports the following, fix it. ----------------------------------------- drivers/net/ethernet/intel/ice/ice_main.c ----------------------------------------- CHECK:BRACES: Blank lines aren't necessary before a close brace '}' FILE: drivers/net/ethernet/intel/ice/ice_main.c:455: + +} Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
1 parent 771015b commit 2e20521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/intel/ice/ice_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ static void ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked)
436436

437437
for (node = 0; node < ICE_MAX_VF_AGG_NODES; node++)
438438
pf->vf_agg_node[node].num_vsis = 0;
439-
440439
}
441440

442441
/**

0 commit comments

Comments
 (0)