From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info(). Date: Mon, 31 Jul 2017 23:34:10 +0200 Message-ID: <3803165.4MBXlJqWFM@xps> References: <1501277705-26556-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rami Rosen Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 553A27CD7 for ; Mon, 31 Jul 2017 23:34:11 +0200 (CEST) In-Reply-To: <1501277705-26556-1-git-send-email-rami.rosen@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" 28/07/2017 23:35, Rami Rosen: > This trivial patch removes wrong comments about > the return value of the rte_eth_copy_pci_info() method. > The method return value type is void. > > Signed-off-by: Rami Rosen Applied, thanks