|WARNING| pw141076 [PATCH v2 116/148] net/ice/base: replace array initialization with macros
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 12 17:24:05 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/141076
_coding style issues_
ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
#193: 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