|WARNING| pw149640 [PATCH 1/2] lib/ipsec: compile ipsec on Windows
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jan 6 17:46:53 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/149640
_coding style issues_
WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'?
#171: FILE: lib/ipsec/esp_inb.c:780:
+ uint32_t *clen;
WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'?
#179: FILE: lib/ipsec/esp_inb.c:788:
+ clen = alloca(sizeof(uint32_t) * num);
WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'?
#233: FILE: lib/ipsec/esp_outb.c:568:
+ uint32_t *clen;
WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'?
#242: FILE: lib/ipsec/esp_outb.c:577:
+ clen = alloca(sizeof(uint32_t) * n);
total: 0 errors, 4 warnings, 506 lines checked
More information about the test-report
mailing list