WARNING: line length of 81 exceeds 80 columns #98: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h:106: + void (*irq_handle)(struct hbg_priv *priv, struct hbg_irq_info *irq_info); WARNING: line length of 83 exceeds 80 columns #166: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c:10: +static void hbg_irq_handle_tx(struct hbg_priv *priv, struct hbg_irq_info *irq_info) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #383: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #396: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c:9: +#define netdev_get_tx_ring(netdev) (&(((struct hbg_priv *)netdev_priv(netdev))->tx_ring)) WARNING: line length of 82 exceeds 80 columns #401: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c:14: +#define hbg_queue_is_full(head, tail, ring) ((head) == ((tail) + 1) % (ring)->len) WARNING: line length of 89 exceeds 80 columns #465: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c:78: + if (unlikely(!skb->len || skb->len > hbg_spec_max_frame_len(priv, HBG_DIR_TX))) { WARNING: line length of 81 exceeds 80 columns #658: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h:10: +static inline u32 hbg_spec_max_frame_len(struct hbg_priv *priv, enum hbg_dir dir) WARNING: line length of 84 exceeds 80 columns #664: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h:16: +static inline u32 hbg_get_spec_fifo_max_num(struct hbg_priv *priv, enum hbg_dir dir) total: 0 errors, 8 warnings, 0 checks, 593 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 749dd3a5c154 ("net: hibmcge: Implement .ndo_start_xmit function") 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, 8 warnings, 0 checks, 593 lines checked