Skip to content

Commit e0ebe94

Browse files
nfontdavem330
authored andcommitted
ibmvnic: Whitespace correction in release_rx_pools
Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c7bac00 commit e0ebe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/ibm/ibmvnic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ static void release_rx_pools(struct ibmvnic_adapter *adapter)
348348
free_long_term_buff(adapter, &rx_pool->long_term_buff);
349349

350350
if (!rx_pool->rx_buff)
351-
continue;
351+
continue;
352352

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

0 commit comments

Comments
 (0)