|WARNING| pw128351 [PATCH v2 13/15] net/cnxk: create/destroy MACsec SC/SA
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 7 17:31:47 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/128351
_coding style issues_
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#172: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:59:
+ uint8_t ciph_key[32] = {0};
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#194: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:81:
+ ciph_key[i] = conf->key.data[conf->key.length - 1 - i];
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#196: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:83:
+ memcpy(&req.plcy[0][0], ciph_key, conf->key.length);
total: 0 errors, 3 warnings, 0 checks, 302 lines checked
More information about the test-report
mailing list