|WARNING| pw115223 [PATCH 2/2] test/crypto: add ecdh tests

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 18 09:15:17 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#143: FILE: app/test/test_cryptodev_asym.c:2422:
+				"Incorrect Alice public key length (X coeff) Received length = %lu Expeceted length = %lu
",

WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#152: FILE: app/test/test_cryptodev_asym.c:2431:
+				"Incorrect Alice public key length (Y coeff) Received length = %lu Expeceted length = %lu
",

WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#203: FILE: app/test/test_cryptodev_asym.c:2482:
+			"Incorrect Bob's public key length (X coeff) Received length = %lu Expeceted length = %lu
",

WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#212: FILE: app/test/test_cryptodev_asym.c:2491:
+			"Incorrect Bob's public key length (Y coeff) Received length = %lu Expeceted length = %lu
",

WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#602: FILE: app/test/test_cryptodev_ecdh_vectors.h:144:
+#endif

total: 0 errors, 5 warnings, 519 lines checked
Warning in app/test/test_cryptodev_asym.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t


More information about the test-report mailing list