From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/virtio_user: fix inconsistent name Date: Fri, 22 Jul 2016 10:50:54 +0200 Message-ID: <6497923.7yjiyptv1n@xps13> References: <1469154287-88523-1-git-send-email-jianfeng.tan@intel.com> <20160722023315.GN28708@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu , tiwei.bie@intel.com To: Jianfeng Tan Return-path: Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id AA0624B79 for ; Fri, 22 Jul 2016 10:50:56 +0200 (CEST) Received: by mail-lf0-f51.google.com with SMTP id g62so80616054lfe.3 for ; Fri, 22 Jul 2016 01:50:56 -0700 (PDT) In-Reply-To: <20160722023315.GN28708@yliu-dev.sh.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" 2016-07-22 10:33, Yuanhan Liu: > 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 Applied, thanks