[dpdk-test-report] |WARNING| pw77416 [PATCH v2 29/40] net/ice/base: preserve NVM capabilities in safe mode

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 11 15:23:17 CEST 2020


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#108: FILE: drivers/net/ice/base/ice_common.c:2260:
+#define ICE_RESTORE_FUNC_CAP(name) \
+	func_caps->common_cap.name = cached_caps.name

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#141: FILE: drivers/net/ice/base/ice_common.c:2286:
+#define ICE_RESTORE_DEV_CAP(name) \
+	dev_caps->common_cap.name = cached_caps.name

total: 0 errors, 0 warnings, 2 checks, 69 lines checked


More information about the test-report mailing list