WARNING: line length of 81 exceeds 80 columns #61: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h:50: + 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 83 exceeds 80 columns #190: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:24: + HBG_ERR_IRQ_I("MAC_PCS_RX_FIFO_ERR", HBG_INT_MSK_MAC_PCS_RXFF_ERR_B, true), WARNING: line length of 83 exceeds 80 columns #191: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:25: + HBG_ERR_IRQ_I("MAC_PCS_TX_FIFO_ERR", HBG_INT_MSK_MAC_PCS_TXFF_ERR_B, true), WARNING: line length of 83 exceeds 80 columns #192: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:26: + HBG_ERR_IRQ_I("MAC_APP_RX_FIFO_ERR", HBG_INT_MSK_MAC_APP_RXFF_ERR_B, true), WARNING: line length of 83 exceeds 80 columns #193: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:27: + HBG_ERR_IRQ_I("MAC_APP_TX_FIFO_ERR", HBG_INT_MSK_MAC_APP_TXFF_ERR_B, true), WARNING: line length of 81 exceeds 80 columns #236: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:70: +static const char *irq_names_map[HBG_VECTOR_NUM] = { "tx", "rx", "err", "mdio" }; WARNING: line length of 83 exceeds 80 columns #248: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:82: + return dev_err_probe(dev, ret, "failed to allocate MSI vectors\n"); WARNING: line length of 84 exceeds 80 columns #261: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:95: + return dev_err_probe(dev, id, "failed to get irq number\n"); total: 0 errors, 13 warnings, 0 checks, 284 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 30b723af9130 ("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, 13 warnings, 0 checks, 284 lines checked