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