|WARNING| pw141846 [PATCH v4 074/103] net/ice/base: replace array initialization with macros

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 26 14:06:55 CEST 2024


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

_coding style issues_


ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
#354: 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, 264 lines checked


More information about the test-report mailing list