WARNING: Possible repeated word: 'error' #30: state error error 1 recover 0 last_dump_date 2024-03-17 WARNING: line length of 109 exceeds 80 columns #97: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:29: + "Check your cable connection. Change or replace the module or cable. Manually set speed and duplex."; WARNING: line length of 85 exceeds 80 columns #99: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:31: +static const char *const ice_update_nvm_solution = "Update to the latest NVM image."; WARNING: line length of 93 exceeds 80 columns #102: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:34: + {ICE_AQC_HEALTH_STATUS_ERR_UNKNOWN_MOD_STRICT, "An unsupported module was detected.", WARNING: line length of 83 exceeds 80 columns #105: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:37: + "Change or replace the module or cable.", {ice_port_number_label}}, WARNING: line length of 94 exceeds 80 columns #121: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:53: + {ICE_AQC_HEALTH_STATUS_ERR_UNKNOWN_MOD_LENIENT, "An unsupported module was detected.", WARNING: line length of 83 exceeds 80 columns #123: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:55: + {ICE_AQC_HEALTH_STATUS_ERR_INVALID_LINK_CFG, "Invalid link configuration.", WARNING: line length of 99 exceeds 80 columns #129: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:61: + {ICE_AQC_HEALTH_STATUS_INFO_PORT_SPEED_MOD_LIMITED, "Port speed is limited due to module.", WARNING: line length of 87 exceeds 80 columns #138: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:70: + "Change the module to align to port option.", {ice_port_number_label}}, WARNING: line length of 86 exceeds 80 columns #139: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:71: + {ICE_AQC_HEALTH_STATUS_ERR_NETLIST_TOPO, "LOM topology netlist is corrupted.", WARNING: line length of 90 exceeds 80 columns #145: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:77: + {ICE_AQC_HEALTH_STATUS_ERR_LINK_HW_ACCESS, "Unrecoverable hardware access error.", WARNING: line length of 92 exceeds 80 columns #149: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:81: + {ICE_AQC_HEALTH_STATUS_ERR_DNL_INIT, "Link management engine failed to initialize.", WARNING: line length of 89 exceeds 80 columns #154: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:86: + {ICE_AQC_HEALTH_STATUS_INFO_RECOVERY, "The device is in firmware recovery mode.", WARNING: line length of 86 exceeds 80 columns #156: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:88: + {ICE_AQC_HEALTH_STATUS_ERR_FLASH_ACCESS, "The flash chip cannot be accessed.", WARNING: line length of 82 exceeds 80 columns #160: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:92: + {ICE_AQC_HEALTH_STATUS_ERR_OROM_AUTH, "Option ROM authentication failed.", WARNING: line length of 82 exceeds 80 columns #162: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:94: + {ICE_AQC_HEALTH_STATUS_ERR_DDP_AUTH, "DDP package authentication failed.", WARNING: line length of 91 exceeds 80 columns #167: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:99: + ice_update_nvm_solution, {"Expected PCI Device ID", "Expected Module ID"}}, WARNING: line length of 93 exceeds 80 columns #176: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:108: + return ((struct ice_health_status *)a)->code - ((struct ice_health_status *)b)->code; WARNING: line length of 92 exceeds 80 columns #183: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:115: + return bsearch(&key, ice_health_status_lookup, ARRAY_SIZE(ice_health_status_lookup), WARNING: line length of 91 exceeds 80 columns #184: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:116: + sizeof(struct ice_health_status), ice_health_status_lookup_compare); WARNING: line length of 92 exceeds 80 columns #206: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:138: + devlink_fmsg_string_pair_put(fmsg, "Description", health_code->description); WARNING: line length of 85 exceeds 80 columns #212: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:144: + if (internal_data[i] != ICE_AQC_HEALTH_STATUS_UNDEFINED_DATA) WARNING: line length of 86 exceeds 80 columns #214: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:146: + health_code->data_label[i] ? WARNING: line length of 86 exceeds 80 columns #215: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:147: + health_code->data_label[i] : WARNING: line length of 95 exceeds 80 columns #223: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:155: +ice_port_reporter_diagnose(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, WARNING: line length of 91 exceeds 80 columns #233: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:165: +ice_port_reporter_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, WARNING: line length of 86 exceeds 80 columns #234: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:166: + void *priv_ctx, struct netlink_ext_ack __always_unused *extack) WARNING: line length of 93 exceeds 80 columns #243: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:175: +ice_fw_reporter_diagnose(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, WARNING: line length of 89 exceeds 80 columns #253: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:185: +ice_fw_reporter_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, WARNING: line length of 88 exceeds 80 columns #285: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:217: +void ice_process_health_status_event(struct ice_pf *pf, struct ice_rq_event_info *event) WARNING: line length of 86 exceeds 80 columns #291: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:223: + count = le16_to_cpu(event->desc.params.get_health_status.health_status_count); WARNING: line length of 84 exceeds 80 columns #310: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:242: + "FW syndrome reported", NULL); WARNING: line length of 86 exceeds 80 columns #316: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:248: + "Port syndrome reported", NULL); WARNING: line length of 88 exceeds 80 columns #349: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:468: + static const struct devlink_health_reporter_ops ice_##_name##_reporter_ops = { \ WARNING: line length of 88 exceeds 80 columns #357: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:474: + static const struct devlink_health_reporter_ops ice_##_name##_reporter_ops = { \ total: 0 errors, 35 warnings, 0 checks, 548 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 1c68c207e03f ("ice: add fw and port health reporters") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 35 warnings, 0 checks, 548 lines checked