WARNING: line length of 81 exceeds 80 columns #64: 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 #99: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:84: + hbg_reg_read(priv, HBG_REG_CF_IND_TXINT_STAT_ADDR)); WARNING: line length of 81 exceeds 80 columns #101: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:86: + hbg_reg_read(priv, HBG_REG_CF_IND_RXINT_STAT_ADDR)); WARNING: line length of 82 exceeds 80 columns #133: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:118: + return hbg_reg_write(priv, HBG_REG_CF_IND_TXINT_MSK_ADDR, enable); WARNING: line length of 82 exceeds 80 columns #136: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:121: + return hbg_reg_write(priv, HBG_REG_CF_IND_RXINT_MSK_ADDR, enable); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #165: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #240: 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 #253: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:84: + return dev_err_probe(dev, ret, "failed to allocate MSI vectors\n"); WARNING: line length of 84 exceeds 80 columns #266: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:97: + return dev_err_probe(dev, id, "failed to get irq number\n"); total: 0 errors, 9 warnings, 0 checks, 286 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 af567b4d30bb ("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, 286 lines checked