[dpdk-test-report] |WARNING| pw22726 [PATCH] crypto/aesni_gcm: do crypto op in dequeue function

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 30 01:22:38 CEST 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#53: FILE: drivers/crypto/aesni_gcm/aesni_gcm_pmd.c:388:
+	unsigned i, nb_dequeued;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#95: FILE: drivers/crypto/aesni_gcm/aesni_gcm_pmd.c:423:
+	unsigned nb_enqueued;

total: 0 errors, 2 warnings, 72 lines checked


More information about the test-report mailing list