WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #41: new file mode 100644 CHECK: Macro argument 'name' may be better as '(name)' to avoid precedence issues #52: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:7: +#define ICE_DEVLINK_FMSG_PUT_FIELD(fmsg, obj, name) \ + devlink_fmsg_put(fmsg, #name, (obj)->name) WARNING: line length of 89 exceeds 80 columns #123: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:78: + event->tx_ring->count * sizeof(struct ice_tx_desc)); WARNING: line length of 92 exceeds 80 columns #179: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:134: + static const struct devlink_health_reporter_ops ice_ ## _name ## _reporter_ops = { \ WARNING: line length of 92 exceeds 80 columns #225: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:180: + DEVLINK_HEALTH_REPORTER_STATE_HEALTHY); WARNING: Missing a blank line after declarations #274: FILE: drivers/net/ethernet/intel/ice/devlink/health.h:31: + struct devlink_health_reporter *tx_hang; + struct_group_tagged(ice_health_tx_hang_buf, tx_hang_buf, CHECK: Alignment should match open parenthesis #275: FILE: drivers/net/ethernet/intel/ice/devlink/health.h:32: + struct_group_tagged(ice_health_tx_hang_buf, tx_hang_buf, + struct ice_tx_ring *tx_ring; total: 0 errors, 5 warnings, 2 checks, 316 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 f4c8ec85dda9 ("ice: add Tx hang devlink health reporter") 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, 5 warnings, 2 checks, 316 lines checked