From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ring: fix namesize macro documentation block Date: Thu, 04 Apr 2019 17:45:49 +0200 Message-ID: <1689908.LWGM3x1bQc@xps> References: <20190404123454.16755-1-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, stable@dpdk.org To: Gage Eads Return-path: In-Reply-To: <20190404123454.16755-1-gage.eads@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" 04/04/2019 14:34, Gage Eads: > '/**<' style comments apply to the previous member, which caused doxygen to > emit the RTE_RING_NAMESIZE documentation for RTE_RING_MZ_PREFIX. > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") > Cc: stable@dpdk.org > > Signed-off-by: Gage Eads Applied, thanks