drivers: fix whitespace

Note: ignored whitespace issues in base (external code).

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Helin Zhang <helin.zhang@intel.com>
This commit is contained in:
Stephen Hemminger 2015-06-04 07:43:27 -07:00 committed by Thomas Monjalon
parent a43a55472f
commit a84b014cb5
3 changed files with 1 additions and 3 deletions

View File

@ -1862,4 +1862,3 @@ eth_em_tx_init(struct rte_eth_dev *dev)
/* This write will effectively turn on the transmit unit. */ /* This write will effectively turn on the transmit unit. */
E1000_WRITE_REG(hw, E1000_TCTL, tctl); E1000_WRITE_REG(hw, E1000_TCTL, tctl);
} }

View File

@ -2394,4 +2394,3 @@ eth_igbvf_tx_init(struct rte_eth_dev *dev)
} }
} }

View File

@ -760,7 +760,7 @@ rte_pmd_init_internals(const char *name, const unsigned nb_rx_queues,
return 0; return 0;
error: error:
rte_free(data); rte_free(data);
rte_free(pci_dev); rte_free(pci_dev);
rte_free(*internals); rte_free(*internals);