From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 21 Jul 2016 19:29:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,402,1464678000"; d="scan'208";a="851009770" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 21 Jul 2016 19:29:00 -0700 Date: Fri, 22 Jul 2016 10:33:15 +0800 From: Yuanhan Liu To: Jianfeng Tan Cc: dev@dpdk.org, tiwei.bie@intel.com 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 Content-Disposition: inline In-Reply-To: <1469154287-88523-1-git-send-email-jianfeng.tan@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/virtio_user: fix inconsistent name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 02:29:21 -0000 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