26/07/2018 20:31, Rami Rosen: > This patch fixes a trivial typo in pci_common.c. > > Signed-off-by: Rami Rosen <rami.ro...@intel.com>
Fixes: 23eaa9059ec2 ("bus/pci: use given name as generic name") Cc: gaetan.ri...@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.