[dpdk-test-report] |WARNING| pw95224 [PATCH 4/5] examples/pipeline: add support for selector tables

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 2 22:50:54 CEST 2021


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

_coding style issues_


WARNING:RETURN_VOID: void function return statements are not generally useful
#116: FILE: examples/pipeline/cli.c:1420:
+	return;
+}

WARNING:RETURN_VOID: void function return statements are not generally useful
#170: FILE: examples/pipeline/cli.c:1474:
+	return;
+}

WARNING:RETURN_VOID: void function return statements are not generally useful
#531: FILE: examples/pipeline/cli.c:1835:
+	return;
+}

total: 0 errors, 3 warnings, 592 lines checked


More information about the test-report mailing list