|WARNING| pw147477 [PATCH v5 17/18] net/r8169: add driver_start and driver_stop
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Oct 28 08:37:37 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/147477
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <HwSuppDashVer>
#215: FILE: drivers/net/r8169/r8169_dash.c:170:
+ switch (hw->HwSuppDashVer) {
CHECK:CAMELCASE: Avoid CamelCase: <AllowAccessDashOcp>
#254: FILE: drivers/net/r8169/r8169_dash.c:209:
+ if (!hw->AllowAccessDashOcp)
CHECK:MACRO_ARG_REUSE: Macro argument reuse '_M' - possible side-effects?
#284: FILE: drivers/net/r8169/r8169_dash.h:22:
+#define HW_DASH_SUPPORT_CMAC(_M) (HW_DASH_SUPPORT_TYPE_2(_M) || HW_DASH_SUPPORT_TYPE_3(_M))
total: 0 errors, 0 warnings, 3 checks, 246 lines checked
More information about the test-report
mailing list