From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ami Sabo Subject: [PATCH v2 3/3] lib/librte_ether: fix code style issues Date: Thu, 2 Mar 2017 09:51:24 +0200 Message-ID: <1488441084-6039-4-git-send-email-amis@radware.com> References: <1488102926-24158-2-git-send-email-amis@radware.com> <1488441084-6039-1-git-send-email-amis@radware.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , Ami Sabo To: , Return-path: In-Reply-To: <1488441084-6039-1-git-send-email-amis@radware.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixed code style issues following Yuanhan Liu's review. Signed-off-by: Ami Sabo --- 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