From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio_user: fix inconsistent name Date: Fri, 22 Jul 2016 10:33:15 +0800 Message-ID: <20160722023315.GN28708@yliu-dev.sh.intel.com> References: <1469154287-88523-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, tiwei.bie@intel.com To: Jianfeng Tan Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 002484A65 for ; Fri, 22 Jul 2016 04:29:20 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1469154287-88523-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jul 22, 2016 at 02:24:47AM +0000, Jianfeng Tan wrote: > The commit cb6696d22023 ("drivers: update registration macro usage") > changes the name from virtio-user to virtio_user, because hyphen > cannot be used in a C symbol name. However, this commit does not > update the strings in docs and source code, which could lead to > failure to start this device as per the docs. > > This patch updates related strings in the docs and source code. > > Fixes: cb6696d22023 ("drivers: update registration macro usage") > > Reported-by: Tiwei Bie > Signed-off-by: Jianfeng Tan Acked-by: Yuanhan Liu --yliu