|WARNING| pw152404 [PATCH] raw/cnxk_gpio: switch to character based GPIO interface
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Mar 14 13:58:34 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152404
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1324: FILE: drivers/raw/cnxk_gpio/cnxk_gpio_selftest.c:18:
+#define CNXK_GPIO_ERR_STR(err, str, ...) do { \
+ if (err) { \
+ CNXK_GPIO_LOG(ERR, "%s:%d: " str " (%d)", __func__, __LINE__, ##__VA_ARGS__, err); \
+ goto out; \
+ } \
} while (0)
total: 0 errors, 1 warnings, 1392 lines checked
More information about the test-report
mailing list