|WARNING| pw159131 [RFC 6/8] efd: avoid overflowing ring name

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 2 18:26:19 CET 2025


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

_coding style issues_


WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#122: FILE: lib/efd/rte_efd.c:537:
+	if (name == NULL || strnlen(name, RTE_RING_NAMESIZE) >= RTE_RING_NAMESIZE - sizeof(EFD_HASH_PREFIX)) {

total: 0 errors, 1 warnings, 38 lines checked


More information about the test-report mailing list