WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #327: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #341: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c:10: +#define netdev_get_tx_ring(netdev) (&(((struct hbg_priv *)netdev_priv(netdev))->tx_ring)) WARNING: line length of 81 exceeds 80 columns #397: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c:66: + tx_desc->word1 = FIELD_PREP(HBG_TX_DESC_W1_SEND_LEN_M, buffer->skb->len); WARNING: line length of 81 exceeds 80 columns #613: 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 #619: 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, 5 warnings, 0 checks, 561 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 3716ecc80b4f ("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, 5 warnings, 0 checks, 561 lines checked