From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/2] minor cleanups Date: Wed, 7 Dec 2016 17:47:49 -0800 Message-ID: <20161208014751.24285-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) by dpdk.org (Postfix) with ESMTP id ACC142B93 for ; Thu, 8 Dec 2016 02:48:00 +0100 (CET) Received: by mail-pg0-f45.google.com with SMTP id x23so168135214pgx.1 for ; Wed, 07 Dec 2016 17:48:00 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Saw this while reviewing other changes Stephen Hemminger (2): eth: get rid of goto's in rte_eth_dev_detach sched/malloc: remove unnecesary return statements drivers/net/bonding/rte_eth_bond_pmd.c | 2 +- lib/librte_eal/common/rte_malloc.c | 1 - lib/librte_ether/rte_ethdev.c | 21 +++++++-------------- lib/librte_sched/rte_bitmap.h | 2 -- 4 files changed, 8 insertions(+), 18 deletions(-) -- 2.10.2