From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] doc: fix doxygen warnings Date: Fri, 19 Jun 2015 11:02:52 +0100 Message-ID: <20150619100252.GA6880@bricha3-MOBL3> References: <1434663829-5494-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6E06DC782 for ; Fri, 19 Jun 2015 12:02:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1434663829-5494-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jun 18, 2015 at 11:43:49PM +0200, Thomas Monjalon wrote: > Signed-off-by: Thomas Monjalon > --- > .../common/include/generic/rte_cpuflags.h | 2 +- > lib/librte_eal/common/include/rte_common.h | 6 ++--- > lib/librte_eal/common/include/rte_debug.h | 6 ++--- > lib/librte_eal/common/include/rte_devargs.h | 2 +- > lib/librte_eal/common/include/rte_eal.h | 4 ++-- > lib/librte_eal/common/include/rte_log.h | 4 +--- > lib/librte_eal/common/include/rte_memzone.h | 2 +- > lib/librte_ether/rte_eth_ctrl.h | 2 +- > lib/librte_ether/rte_ethdev.h | 28 +++++++++++----------- > lib/librte_ether/rte_ether.h | 2 +- > lib/librte_kni/rte_kni.h | 7 +----- > lib/librte_mempool/rte_mempool.h | 2 ++ > lib/librte_power/rte_power.h | 8 ------- > 13 files changed, 30 insertions(+), 45 deletions(-) > Acked-by: Bruce Richardson