]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/config.c
remove extra parentheses in return statement
[dpdk.git] / app / test-pmd / config.c
index 7088f6f3c8e7f2cdf105903a489f39fd5415e062..0062484fc582da4a6d31419ded6297d63a9b1395 100644 (file)
@@ -750,7 +750,7 @@ ring_dma_zone_lookup(const char *ring_name, uint8_t port_id, uint16_t q_id)
                printf("%s ring memory zoneof (port %d, queue %d) not"
                       "found (zone name = %s\n",
                       ring_name, port_id, q_id, mz_name);
-       return (mz);
+       return mz;
 }
 
 union igb_ring_dword {