From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 6E06DC782
 for <dev@dpdk.org>; Fri, 19 Jun 2015 12:02:59 +0200 (CEST)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga103.fm.intel.com with ESMTP; 19 Jun 2015 03:02:59 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,643,1427785200"; d="scan'208";a="730554973"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.21])
 by fmsmga001.fm.intel.com with SMTP; 19 Jun 2015 03:02:53 -0700
Received: by  (sSMTP sendmail emulation); Fri, 19 Jun 2015 11:02:52 +0025
Date: Fri, 19 Jun 2015 11:02:52 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
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
Content-Disposition: inline
In-Reply-To: <1434663829-5494-1-git-send-email-thomas.monjalon@6wind.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: fix doxygen warnings
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Jun 2015 10:02:59 -0000

On Thu, Jun 18, 2015 at 11:43:49PM +0200, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
>  .../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 <bruce.richardson@intel.com>