Fixed code style issues following Yuanhan Liu's review. Signed-off-by: Ami Sabo <a...@radware.com> --- lib/librte_ether/rte_ethdev.h | 2 +- lib/librte_ether/rte_ether_version.map | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 9d5848b..6c9af46 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -1766,7 +1766,7 @@ struct rte_eth_dev *rte_eth_dev_allocate(const char *name); * process. * * @param name Ethernet device's name. - @return + * @return * - Success: Slot in the rte_dev_devices array for attached * device. * - Error: Null pointer. diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index d34c57a..28fb7d9 100644 --- a/lib/librte_ether/rte_ether_version.map +++ b/lib/librte_ether/rte_ether_version.map @@ -156,8 +156,8 @@ DPDK_17.02 { } DPDK_16.11; DPDK_17.05 { - global: + global: - rte_eth_dev_attach_secondary; + rte_eth_dev_attach_secondary; } DPDK_17.02; -- 2.7.4