Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/99062
_coding style issues_
WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#118: FILE: lib/vhost/vhost_user.c:167:
+ return ret;
+ } else {
total: 0 errors, 1 warnings, 100 lines checked