31/05/2023 08:02, Xia, Chenbo: > > -----Original Message----- > > From: Thomas Monjalon <tho...@monjalon.net> > > Sent: Wednesday, May 31, 2023 12:02 AM > > To: dev@dpdk.org > > Cc: sta...@dpdk.org; Gaetan Rivet <gr...@u256.net>; David Marchand > > <david.march...@redhat.com> > > Subject: [PATCH] pci: fix comment referencing renamed function > > > > When renaming functions eal_parse_pci_*, > > a referencing comment was missed in the function rte_pci_device_name(). > > > > Fixes: ca52fccbb3b9 ("pci: remove deprecated functions") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Reviewed-by: Chenbo Xia <chenbo....@intel.com>
Applied