|WARNING| pw128576 [PATCH v4 13/15] net/cnxk: create/destroy MACsec SC/SA
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 13 12:24:28 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/128576
_coding style issues_
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#174: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:61:
+ uint8_t ciph_key[32] = {0};
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#197: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:84:
+ ciph_key[i] = conf->key.data[conf->key.length - 1 - i];
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#199: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:86:
+ memcpy(&req.plcy[0][0], ciph_key, conf->key.length);
total: 0 errors, 3 warnings, 0 checks, 305 lines checked
More information about the test-report
mailing list