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: 6307b909b8e0 ("lib: remove extra parenthesis after return")

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
2016-02-10 15:47:50 +01:00
..
2015-06-12 11:10:10 +02:00
2015-03-10 11:47:46 +01:00
2015-06-12 11:10:10 +02:00
2015-09-03 19:22:48 +02:00
2015-09-03 19:22:48 +02:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2015-05-11 15:51:14 +02:00
2014-11-25 13:16:24 +01:00
2015-03-10 12:17:31 +01:00
2014-11-27 16:21:11 +01:00
2015-03-10 11:47:46 +01:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2015-09-03 19:22:48 +02:00
2015-12-07 04:10:15 +01:00
2014-11-26 17:27:04 +01:00
2015-04-20 14:37:36 +02:00
2014-09-29 15:04:55 +02:00
2015-07-01 23:26:10 +02:00
2015-04-20 19:58:54 +02:00