|WARNING| pw141691 [PATCH v3 096/129] net/ice/base: replace array initialization with macros

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 25 13:28:54 CEST 2024


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

_coding style issues_


ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
#195: FILE: drivers/net/ice/base/ice_common.h:93:
+#define ice_arr_elem_idx(idx, val)	[(idx)] = (val)

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


More information about the test-report mailing list