WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #42: new file mode 100644 CHECK: Macro argument 'name' may be better as '(name)' to avoid precedence issues #53: 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 #121: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:75: + event->tx_ring->count * sizeof(struct ice_tx_desc)); WARNING: line length of 92 exceeds 80 columns #176: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:130: + static const struct devlink_health_reporter_ops ice_ ## _name ## _reporter_ops = { \ WARNING: line length of 92 exceeds 80 columns #222: FILE: drivers/net/ethernet/intel/ice/devlink/health.c:176: + DEVLINK_HEALTH_REPORTER_STATE_HEALTHY); WARNING: 'occured' may be misspelled - perhaps 'occurred'? #264: FILE: drivers/net/ethernet/intel/ice/devlink/health.h:24: + * @tx_ring: ring that the hang occured on ^^^^^^^ WARNING: 'occured' may be misspelled - perhaps 'occurred'? #267: FILE: drivers/net/ethernet/intel/ice/devlink/health.h:27: + * @vsi_num: VSI owning the queue that the hang occured on ^^^^^^^ WARNING: Missing a blank line after declarations #271: 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 #272: 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; CHECK: Please don't use multiple blank lines #279: FILE: drivers/net/ethernet/intel/ice/devlink/health.h:39: + + total: 0 errors, 7 warnings, 3 checks, 313 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 9c411a832808 ("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, 7 warnings, 3 checks, 313 lines checked