|WARNING| pw112538 [PATCH v3] gro: bug fix in identifying fragmented packets
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 8 11:47:48 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112538
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#130: FILE: lib/gro/rte_gro.c:249:
+ sizeof(*ip4h), &ip4h_copy);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#130: FILE: lib/gro/rte_gro.c:249:
+ sizeof(*ip4h), &ip4h_copy);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#160: FILE: lib/gro/rte_gro.c:379:
+ sizeof(*ip4h), &ip4h_copy);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#160: FILE: lib/gro/rte_gro.c:379:
+ sizeof(*ip4h), &ip4h_copy);$
total: 2 errors, 2 warnings, 61 lines checked
More information about the test-report
mailing list