|WARNING| pw105582 [PATCH 7/8] app/test: add IP reassembly cases with multiple fragments

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 3 16:10:43 CET 2022


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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#102: FILE: app/test/test_inline_ipsec.c:856:
+static int
+test_reassembly_ipv4_2frag(void) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#115: FILE: app/test/test_inline_ipsec.c:869:
+static int
+test_reassembly_ipv6_2frag(void) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#127: FILE: app/test/test_inline_ipsec.c:881:
+static int
+test_reassembly_ipv4_4frag(void) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#141: FILE: app/test/test_inline_ipsec.c:895:
+static int
+test_reassembly_ipv6_4frag(void) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#155: FILE: app/test/test_inline_ipsec.c:909:
+static int
+test_reassembly_ipv4_5frag(void) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#170: FILE: app/test/test_inline_ipsec.c:924:
+static int
+test_reassembly_ipv6_5frag(void) {

total: 6 errors, 0 warnings, 717 lines checked


More information about the test-report mailing list