WARNING: line length of 81 exceeds 80 columns #61: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h:49: + void (*irq_handle)(struct hbg_priv *priv, struct hbg_irq_info *irq_info); WARNING: line length of 81 exceeds 80 columns #96: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:80: + hbg_reg_read(priv, HBG_REG_CF_IND_TXINT_STAT_ADDR)); WARNING: line length of 81 exceeds 80 columns #98: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:82: + hbg_reg_read(priv, HBG_REG_CF_IND_RXINT_STAT_ADDR)); WARNING: line length of 82 exceeds 80 columns #130: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:114: + return hbg_reg_write(priv, HBG_REG_CF_IND_TXINT_MSK_ADDR, enable); WARNING: line length of 82 exceeds 80 columns #133: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:117: + return hbg_reg_write(priv, HBG_REG_CF_IND_RXINT_MSK_ADDR, enable); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #162: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #237: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:71: +static const char *irq_names_map[HBG_VECTOR_NUM] = { "tx", "rx", "err", "mdio" }; WARNING: line length of 83 exceeds 80 columns #249: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:83: + return dev_err_probe(dev, ret, "failed to allocate MSI vectors\n"); WARNING: line length of 84 exceeds 80 columns #262: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:96: + return dev_err_probe(dev, id, "failed to get irq number\n"); total: 0 errors, 9 warnings, 0 checks, 285 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 b28d3e448409 ("net: hibmcge: Add interrupt supported in this module") 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, 9 warnings, 0 checks, 285 lines checked