|WARNING| pw128680 [PATCH v5 13/15] net/cnxk: create/destroy MACsec SC/SA

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 14 15:11:28 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#173: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:61:
+	uint8_t ciph_key[32] = {0};

WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#196: 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'?
#198: 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, 306 lines checked


More information about the test-report mailing list