|WARNING| pw122078 [PATCH 2/2] Memory Allocation: Alternative fix for ignore_msk during find_next_n in fb_array library

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jan 15 21:13:28 CET 2023


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#142: FILE: lib/eal/common/eal_common_fbarray.c:224:
+^I^I^I$

WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns
#152: FILE: lib/eal/common/eal_common_fbarray.c:241:
+					/* There aren't "need" number of contiguous bits anywhere in the mask.

WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'?
#159: FILE: lib/eal/common/eal_common_fbarray.c:248:
+					/* clear all bits upto the first clear bit in lookahead_msk_. */

WARNING:LONG_LINE_COMMENT: line length of 104 exceeds 100 columns
#159: FILE: lib/eal/common/eal_common_fbarray.c:248:
+					/* clear all bits upto the first clear bit in lookahead_msk_. */

WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#165: FILE: lib/eal/common/eal_common_fbarray.c:254:
+					/* ignore all bits preceding the first set bit after the first clear bit

ERROR:TRAILING_WHITESPACE: trailing whitespace
#166: FILE: lib/eal/common/eal_common_fbarray.c:255:
+^I^I^I^I^I * starting from LSB of lookahead_msk_. $

total: 2 errors, 4 warnings, 47 lines checked
Vipin P R <vipinp at vmware.com> is unknown, please fix the commit message or update .mailmap.
Kumara Parameshwaran mail differs from primary mail, please fix the commit message or update .mailmap.


More information about the test-report mailing list