|WARNING| pw113253 [PATCH v2] net: fix checksum with unaligned buffer

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 22 15:46:00 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'Futhermore' may be misspelled - perhaps 'Furthermore'?
#61: 
separately. Futhermore, the calculated checksum of the buffer is byte

WARNING:BRACES: braces {} are not necessary for single statement blocks
#118: FILE: lib/net/rte_ip.h:195:
+	if (unlikely(unaligned)) {
+		bsum = (bsum & 0xFF00FF00) >> 8 | (bsum & 0x00FF00FF) << 8;
 	}

total: 0 errors, 2 warnings, 46 lines checked


More information about the test-report mailing list