|WARNING| pw152548 [PATCH v3] raw/cnxk_gpio: switch to character based GPIO interface
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Mar 25 05:15:06 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152548
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1354: FILE: drivers/raw/cnxk_gpio/cnxk_gpio_selftest.c:19:
+#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, 1419 lines checked
More information about the test-report
mailing list