WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #306: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #319: 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 #324: 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 #388: 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 #586: 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 #592: 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, 6 warnings, 0 checks, 530 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 f8513897d362 ("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, 6 warnings, 0 checks, 530 lines checked