From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 57647C644 for ; Tue, 23 Jun 2015 16:29:23 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so18663838wic.0 for ; Tue, 23 Jun 2015 07:29:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=VRT0BjoxXZMNOv4inaij/ONOB18+D2a4GQ7osU/6Jhc=; b=h5oAmqyR4N/IFkdUf4m8TorIwqUTSyxxkF+VmkykytKssoZJXL4XXnQh4gKFY0r6BL zoaY8FO2jSh9puZw2nS96ES78BbYv3wdWhPF1Qaq0zc83RQ+q1fgVff+q7q+Me0tRdYV 89lRpL5H/+MQ5bdgyrgOrITSNupFK9aCCOP/Zim6kLqO9sm44Mo3aBcXXlnBY33/a8cg KGG4fG6uaMM286OjmBIlqILpjs3Qf0a+h67Y77wNU8bt0FfWgZKFbxg7POVPdVr65DgJ HilgutjVrMB5RIY0aPnPSEMFCMitBWcINSe6pIweoIpIWxIhUBKO1Zw8BWxewSWNKJJr SXwg== X-Gm-Message-State: ALoCoQn0CyqT4pnTvaWhxfM4bzDhPfseID8EcJxzFHCno/yZurRLXr0bM7kESI2cmfLU34xtFhJM X-Received: by 10.180.99.166 with SMTP id er6mr4071360wib.58.1435069763178; Tue, 23 Jun 2015 07:29:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fo13sm22602439wic.0.2015.06.23.07.29.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 07:29:22 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Date: Tue, 23 Jun 2015 16:28:19 +0200 Message-ID: <3220270.20vzl2Joim@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1431353425-50183-1-git-send-email-ferruhy@gmail.com> References: <1431353425-50183-1-git-send-email-ferruhy@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] lib: syntax cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 14:29:23 -0000 2015-05-11 17:10, Ferruh Yigit: > Remove extra parenthesis from return statements. > > Signed-off-by: Ferruh Yigit > --- > lib/librte_cmdline/cmdline_parse_etheraddr.c | 10 ++--- > lib/librte_cmdline/cmdline_parse_ipaddr.c | 38 ++++++++--------- > lib/librte_cmdline/cmdline_parse_num.c | 24 +++++------ > lib/librte_cmdline/cmdline_parse_portlist.c | 14 +++---- > lib/librte_cmdline/cmdline_socket.c | 2 +- > lib/librte_eal/bsdapp/contigmem/contigmem.c | 22 +++++----- > lib/librte_eal/bsdapp/eal/eal.c | 4 +- > lib/librte_eal/bsdapp/eal/eal_pci.c | 12 +++--- > lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 10 ++--- > lib/librte_eal/common/eal_common_memzone.c | 2 +- > lib/librte_eal/common/include/rte_common.h | 2 +- > lib/librte_eal/common/include/rte_pci.h | 6 +-- > lib/librte_eal/linuxapp/eal/eal.c | 4 +- > lib/librte_eal/linuxapp/eal/eal_interrupts.c | 4 +- > lib/librte_eal/linuxapp/eal/eal_memory.c | 4 +- > .../linuxapp/kni/ethtool/igb/igb_procfs.c | 2 +- > lib/librte_eal/linuxapp/kni/kni_net.c | 8 ++-- > lib/librte_ip_frag/ip_frag_internal.c | 12 +++--- > lib/librte_ip_frag/rte_ip_frag_common.c | 6 +-- > lib/librte_ip_frag/rte_ipv4_reassembly.c | 8 ++-- > lib/librte_ip_frag/rte_ipv6_fragmentation.c | 8 ++-- > lib/librte_lpm/rte_lpm.c | 2 +- > lib/librte_mbuf/rte_mbuf.h | 16 ++++---- > lib/librte_mempool/rte_dom0_mempool.c | 2 +- > lib/librte_mempool/rte_mempool.c | 18 ++++---- > lib/librte_net/rte_ip.h | 2 +- > lib/librte_pmd_e1000/em_ethdev.c | 36 ++++++++-------- > lib/librte_pmd_e1000/em_rxtx.c | 48 +++++++++++----------- > lib/librte_pmd_e1000/igb_ethdev.c | 26 ++++++------ > lib/librte_pmd_e1000/igb_rxtx.c | 30 +++++++------- > lib/librte_pmd_fm10k/fm10k_ethdev.c | 30 +++++++------- > lib/librte_pmd_i40e/i40e_rxtx.c | 14 +++---- > lib/librte_pmd_ixgbe/ixgbe_82599_bypass.c | 4 +- > lib/librte_pmd_ixgbe/ixgbe_bypass.c | 2 +- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 42 +++++++++---------- > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 36 ++++++++-------- > lib/librte_pmd_virtio/virtio_ethdev.c | 4 +- > 37 files changed, 257 insertions(+), 257 deletions(-) Applied, thanks