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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 29 14:53:47 CEST 2018


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

_coding style issues_


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

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

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

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

total: 0 errors, 4 warnings, 612 lines checked


More information about the test-report mailing list