Commit e0ebe942 authored by Nathan Fontenot's avatar Nathan Fontenot Committed by David S. Miller

ibmvnic: Whitespace correction in release_rx_pools

Signed-off-by: default avatarNathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c7bac00b
...@@ -348,7 +348,7 @@ static void release_rx_pools(struct ibmvnic_adapter *adapter) ...@@ -348,7 +348,7 @@ static void release_rx_pools(struct ibmvnic_adapter *adapter)
free_long_term_buff(adapter, &rx_pool->long_term_buff); free_long_term_buff(adapter, &rx_pool->long_term_buff);
if (!rx_pool->rx_buff) if (!rx_pool->rx_buff)
continue; continue;
for (j = 0; j < rx_pool->size; j++) { for (j = 0; j < rx_pool->size; j++) {
if (rx_pool->rx_buff[j].skb) { if (rx_pool->rx_buff[j].skb) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment