[dpdk-test-report] |WARNING| pw101927 [PATCH v2 1/1] net: fix aliasing issue in checksum computation

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Oct 17 22:38:23 CEST 2021


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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#107: FILE: lib/net/rte_ip.h:155:
+		*(unsigned char*)&left = *(const unsigned char *)end;

total: 1 errors, 0 warnings, 37 lines checked


More information about the test-report mailing list