numam-dpdk/drivers/net/virtio
Huawei Xie 693f715da4 remove extra parentheses in return statement
fix the error reported by checkpatch:
  "ERROR: return is not a function, parentheses are not required"

remove parentheses in return like:
  "return (logical expressions)"

remove parentheses in return a function like:
  "return (rte_mempool_lookup(...))"

Fixes: 6307b909b8 ("lib: remove extra parenthesis after return")

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
2016-02-10 15:47:50 +01:00
..
Makefile virtio: fill Rx avail ring with blank mbufs 2015-11-02 15:32:19 +01:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
virtio_ethdev.h virtio: support specification 1.0 2016-02-03 16:07:50 +01:00
virtio_logs.h virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_pci.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
virtio_pci.h virtio: move ioport macros 2016-02-03 16:07:50 +01:00
virtio_ring.h virtio: fix Coverity unsigned warnings 2015-10-21 16:14:02 +02:00
virtio_rxtx_simple.c virtio: retrieve header size from device setting 2016-02-03 16:07:49 +01:00
virtio_rxtx.c virtio: retrieve header size from device setting 2016-02-03 16:07:49 +01:00
virtio_rxtx.h virtio: add vector Rx 2015-11-02 15:33:43 +01:00
virtqueue.c virtio: check virtqueue parameter when detaching 2015-07-19 22:24:42 +02:00
virtqueue.h virtio: support specification 1.0 2016-02-03 16:07:50 +01:00