Skip to content

Commit 95f8e8b

Browse files
bwallanJeff Kirsher
authored andcommitted
ice: Fix LINE_SPACING style issue
Fix a checkpatch "LINE_SPACING: Please don't use multiple blank lines" issue that has snuck in to the code. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 36f1843 commit 95f8e8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,6 @@ ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
29282928
if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY)
29292929
return ICE_ERR_CFG;
29302930

2931-
29322931
if (!num_queues) {
29332932
/* if queue is disabled already yet the disable queue command
29342933
* has to be sent to complete the VF reset, then call

0 commit comments

Comments
 (0)