From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: fix doxygen comment to be with structure Date: Tue, 25 Sep 2018 16:43:16 +0100 Message-ID: <10192dee-2874-b275-e254-c819beee6f1b@intel.com> References: <20180925143109.19742-1-ferruh.yigit@intel.com> <5953600.MiQl7n2VzW@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrew Rybchenko , dev@dpdk.org, ivan.boule@6wind.com, stable@dpdk.org To: Thomas Monjalon , Paul M Stillwell Jr Return-path: In-Reply-To: <5953600.MiQl7n2VzW@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.