]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/args.c
remove extra parentheses in return statement
[dpdk.git] / examples / qos_sched / args.c
index 027283756f044879e4d202c902aa67a640e91fd0..3e7fd08775b88f2b78793809fd4d11bd9e1445ad 100644 (file)
@@ -112,7 +112,7 @@ app_usage(const char *prgname)
 
 static inline int str_is(const char *str, const char *is)
 {
-       return (strcmp(str, is) == 0);
+       return strcmp(str, is) == 0;
 }
 
 /* returns core mask used by DPDK */