Skip to content

Commit

Permalink
ibmvnic: Whitespace correction in release_rx_pools
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Fontenot <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
nfont authored and davem330 committed May 3, 2017
1 parent c7bac00 commit e0ebe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ibm/ibmvnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static void release_rx_pools(struct ibmvnic_adapter *adapter)
free_long_term_buff(adapter, &rx_pool->long_term_buff);

if (!rx_pool->rx_buff)
continue;
continue;

for (j = 0; j < rx_pool->size; j++) {
if (rx_pool->rx_buff[j].skb) {
Expand Down

0 comments on commit e0ebe94

Please sign in to comment.