WARNING: line length of 84 exceeds 80 columns #46: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:541: + struct xsc_channel_stats *channel_stats = &stats->channel_stats[c->chl_idx]; WARNING: line length of 84 exceeds 80 columns #62: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:843: + struct xsc_channel_stats *channel_stats = &stats->channel_stats[c->chl_idx]; WARNING: line length of 89 exceeds 80 columns #75: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:1618: +static void xsc_eth_get_stats(struct net_device *netdev, struct rtnl_link_stats64 *stats) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #163: new file mode 100644 WARNING: line length of 86 exceeds 80 columns #189: FILE: drivers/net/ethernet/yunsilicon/xsc/net/xsc_eth_stats.c:22: +void xsc_eth_fold_sw_stats64(struct xsc_adapter *adapter, struct rtnl_link_stats64 *s) WARNING: line length of 92 exceeds 80 columns #194: FILE: drivers/net/ethernet/yunsilicon/xsc/net/xsc_eth_stats.c:27: + struct xsc_channel_stats *channel_stats = &adapter->stats->channel_stats[i]; WARNING: line length of 87 exceeds 80 columns #246: FILE: drivers/net/ethernet/yunsilicon/xsc/net/xsc_eth_stats.h:31: +void xsc_eth_fold_sw_stats64(struct xsc_adapter *adapter, struct rtnl_link_stats64 *s); total: 0 errors, 7 warnings, 0 checks, 230 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 a20ea5214ea9 ("net-next/yunsilicon: add ndo_get_stats64") 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, 7 warnings, 0 checks, 230 lines checked