|WARNING| pw153728 [PATCH v2 03/10] net/ice/base: integer overflow issue fix

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 26 20:04:54 CEST 2025


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

_coding style issues_


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

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


More information about the test-report mailing list