From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BC7055F25; Tue, 25 Sep 2018 17:45:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 08:45:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89226788" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 08:43:18 -0700 To: Thomas Monjalon , Paul M Stillwell Jr Cc: Andrew Rybchenko , dev@dpdk.org, ivan.boule@6wind.com, stable@dpdk.org References: <20180925143109.19742-1-ferruh.yigit@intel.com> <5953600.MiQl7n2VzW@xps> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <10192dee-2874-b275-e254-c819beee6f1b@intel.com> Date: Tue, 25 Sep 2018 16:43:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5953600.MiQl7n2VzW@xps> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: fix doxygen comment to be with structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 15:45:37 -0000 On 9/25/2018 2:44 PM, Thomas Monjalon wrote: > 25/09/2018 16:31, Ferruh Yigit: >> From: Paul M Stillwell Jr >> >> The doxygen comment describing the rte_eth_dev_info structure >> was separated from the structure itself so move the comment >> back to be with the structure. >> >> Fixes: 7238e63bce52 ("ethdev: add support for device offload capabilities") >> Cc: ivan.boule@6wind.com >> Cc: stable@dpdk.org >> >> Signed-off-by: Paul M Stillwell Jr > > Good catch! > > Acked-by: Thomas Monjalon Applied to dpdk-next-net/master, thanks.