|WARNING| pw158816 [PATCH] net/e1000: add check for filter mask range

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 14 19:22:11 CET 2025


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

_coding style issues_


CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#117: FILE: drivers/net/intel/e1000/igb_ethdev.c:4274:
+	for (i = 0; i < RTE_ALIGN(filter->len, CHAR_BIT) / CHAR_BIT
+		     && i < E1000_FLEX_FILTERS_MASK_SIZE; i++) {

total: 0 errors, 0 warnings, 1 checks, 9 lines checked


More information about the test-report mailing list