mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
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>
This commit is contained in:
parent
c7bac00b40
commit
e0ebe942f4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue