[dpdk-test-report] |WARNING| pw39627 [PATCH v2] examples/ipsec-secgw: replace strncpy with strlcpy

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 9 17:58:21 CEST 2018


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

_coding style issues_


WARNING:MISORDERED_TYPE: type 'long unsigned int' should be specified in [[un]signed] [short|int|long|long long] order
#55: FILE: examples/ipsec-secgw/parser.c:216:
+		strlcpy(ip_str, token, RTE_MIN((long unsigned int)(pch - token),

WARNING:MISORDERED_TYPE: type 'long unsigned int' should be specified in [[un]signed] [short|int|long|long long] order
#73: FILE: examples/ipsec-secgw/parser.c:246:
+		strlcpy(ip_str, token, RTE_MIN((long unsigned int)(pch - token),

total: 0 errors, 2 warnings, 66 lines checked


More information about the test-report mailing list