[dpdk-test-report] |WARNING| pw37088 [PATCH v5 4/8] lib/librte_vhost: add request handler

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 4 12:17:05 CEST 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37088

_coding style issues_


WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
#300: FILE: lib/librte_vhost/vhost_crypto.c:658:
+		goto error_exit;
+		break;

WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
#337: FILE: lib/librte_vhost/vhost_crypto.c:695:
+		goto error_exit;
+		break;

WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
#420: FILE: lib/librte_vhost/vhost_crypto.c:778:
+		goto error_exit;
+		break;

WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
#485: FILE: lib/librte_vhost/vhost_crypto.c:843:
+		goto error_exit;
+		break;

total: 0 errors, 4 warnings, 663 lines checked


More information about the test-report mailing list