[dpdk-test-report] |WARNING| pw93761 [PATCH] bitmap: fix buffer overrun in bitmap init function

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 2 11:07:20 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'comparision' may be misspelled - perhaps 'comparison'?
#60: 
this buffer size. This happens due to wrong comparision

WARNING:BRACES: braces {} are not necessary for single statement blocks
#84: FILE: lib/eal/include/rte_bitmap.h:188:
+	if (size > mem_size) {
 		return NULL;
 	}

total: 0 errors, 2 warnings, 8 lines checked


More information about the test-report mailing list