WARNING: line length of 81 exceeds 80 columns #71: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h:59: + void (*irq_handle)(struct hbg_priv *priv, struct hbg_irq_info *irq_info); WARNING: line length of 86 exceeds 80 columns #99: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:72: +void hbg_hw_get_err_intr_status(struct hbg_priv *priv, struct hbg_intr_status *status) WARNING: line length of 85 exceeds 80 columns #104: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:77: +void hbg_hw_set_err_intr_clear(struct hbg_priv *priv, struct hbg_intr_status *status) WARNING: line length of 85 exceeds 80 columns #109: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:82: +void hbg_hw_set_err_intr_mask(struct hbg_priv *priv, const struct hbg_intr_mask *msk) WARNING: line length of 87 exceeds 80 columns #144: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:117: +void hbg_hw_get_txrx_intr_status(struct hbg_priv *priv, struct hbg_intr_status *status) WARNING: line length of 87 exceeds 80 columns #164: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h:31: +void hbg_hw_get_err_intr_status(struct hbg_priv *priv, struct hbg_intr_status *status); WARNING: line length of 86 exceeds 80 columns #166: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h:33: +void hbg_hw_set_err_intr_mask(struct hbg_priv *priv, const struct hbg_intr_mask *msk); WARNING: line length of 86 exceeds 80 columns #167: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h:34: +void hbg_hw_set_err_intr_clear(struct hbg_priv *priv, struct hbg_intr_status *status); WARNING: line length of 87 exceeds 80 columns #168: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h:35: +void hbg_hw_set_txrx_intr_enable(struct hbg_priv *priv, enum hbg_dir dir, bool enabld); WARNING: line length of 88 exceeds 80 columns #171: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h:38: +void hbg_hw_get_txrx_intr_status(struct hbg_priv *priv, struct hbg_intr_status *status); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #176: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #213: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:33: + { "REL_BUF_ERR", HBG_IRQ_REL_BUF_ERR, true, true, 0, hbg_irq_handle_err }, WARNING: line length of 81 exceeds 80 columns #307: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:127: +static const char *irq_names_map[HBG_VECTOR_NUM] = { "tx", "rx", "err", "mdio" }; WARNING: line length of 83 exceeds 80 columns #319: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:139: + return dev_err_probe(dev, ret, "failed to allocate MSI vectors\n"); WARNING: line length of 84 exceeds 80 columns #332: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:152: + return dev_err_probe(dev, id, "failed to get irq number\n"); total: 0 errors, 15 warnings, 0 checks, 431 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 05e787558a87 ("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, 15 warnings, 0 checks, 431 lines checked