|WARNING| pw141053 [PATCH v2 093/148] net/ice/base: allow different FW API versions based on MAC type
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 12 17:18:52 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/141053
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 16)
#97: FILE: drivers/net/ice/base/ice_controlq.c:485:
+if (hw->api_maj_ver > exp_fw_api_ver_major) {
[...]
ice_warn(hw, "The driver for the device stopped because the NVM image is newer than expected. You must install the most recent version of the network driver.
");
total: 0 errors, 1 warnings, 0 checks, 62 lines checked
More information about the test-report
mailing list