]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/pci/pci_common_uio.c
pci: rename catch-all ID
[dpdk.git] / drivers / bus / pci / pci_common_uio.c
index 793dfd0a7c9b932470363083d2949773f98fe942..318f9a1d550b643401b15dc6cce9c516cc1f2e3d 100644 (file)
@@ -51,7 +51,8 @@ pci_uio_map_secondary(struct rte_pci_device *dev)
                        void *mapaddr = pci_map_resource(uio_res->maps[i].addr,
                                        fd, (off_t)uio_res->maps[i].offset,
                                        (size_t)uio_res->maps[i].size, 0);
-                       /* fd is not needed in slave process, close it */
+
+                       /* fd is not needed in secondary process, close it */
                        close(fd);
                        if (mapaddr != uio_res->maps[i].addr) {
                                RTE_LOG(ERR, EAL,