|WARNING| pw153679 [PATCH 3/9] net/ice/base: integer overflow issue fix

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 26 10:33:40 CEST 2025


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '-' (ctx:WxV)
#88: FILE: drivers/net/intel/ice/base/ice_type.h:28:
+	return val != 0 && (val & (val -1)) == 0;
 	                               ^

ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Lukasz Krakowiak <lukaszx.krakowiak at intel.com>'

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


More information about the test-report mailing list