remove extra parentheses in return statement
[dpdk.git] / drivers / net / virtio / virtio_pci.c
index 4e9928a..455e40d 100644 (file)
@@ -306,7 +306,7 @@ legacy_virtio_has_msix(const struct rte_pci_addr *loc)
        if (d)
                closedir(d);
 
-       return (d != NULL);
+       return d != NULL;
 }
 
 /* Extract I/O port numbers from sysfs */