From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] bus/pci: fix a typo Date: Thu, 26 Jul 2018 21:20:36 +0200 Message-ID: <2190304.KZPNZdMZGo@xps> References: <1532629883-21085-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, gaetan.rivet@6wind.com, John McNamara To: Rami Rosen Return-path: In-Reply-To: <1532629883-21085-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" 26/07/2018 20:31, Rami Rosen: > This patch fixes a trivial typo in pci_common.c. > > Signed-off-by: Rami Rosen Fixes: 23eaa9059ec2 ("bus/pci: use given name as generic name") Cc: gaetan.rivet@6wind.com > --- a/drivers/bus/pci/pci_common.c > +++ b/drivers/bus/pci/pci_common.c > if (devargs != NULL) > /* If an rte_devargs exists, the generic rte_device uses the > - * given name as its namea > + * given name as its name > */ You can replace the "a" by a dot. Applied with above changes, thanks.