WARNING: line length of 81 exceeds 80 columns #920: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.c:118: +int hinic3_set_rx_lro_state(struct hinic3_hwdev *hwdev, u8 lro_en, u32 lro_timer, CHECK: Macro argument 'field' may be better as '(field)' to avoid precedence issues #1095: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_dev.h:27: +#define HINIC3_NIC_STATS_INC(nic_dev, field) \ +do { \ + u64_stats_update_begin(&(nic_dev)->stats.syncp); \ + (nic_dev)->stats.field++; \ + u64_stats_update_end(&(nic_dev)->stats.syncp); \ +} while (0) total: 0 errors, 1 warnings, 1 checks, 1130 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 f87dc17acbda ("hinic3: Add NIC configuration ops") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 1 warnings, 1 checks, 1130 lines checked