WARNING: Co-developed-by: must be immediately followed by Signed-off-by: #8: Co-developed-by: Honggang Wei Co-developed-by: Lei Yan WARNING: Co-developed-by and Signed-off-by: name/email do not match #9: Co-developed-by: Lei Yan Signed-off-by: Xin Tian WARNING: line length of 84 exceeds 80 columns #44: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:545: + struct xsc_channel_stats *channel_stats = &stats->channel_stats[c->chl_idx]; WARNING: line length of 84 exceeds 80 columns #60: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:852: + struct xsc_channel_stats *channel_stats = &stats->channel_stats[c->chl_idx]; WARNING: line length of 89 exceeds 80 columns #73: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:1643: +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? #161: new file mode 100644 WARNING: line length of 86 exceeds 80 columns #187: 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 #192: 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 #244: 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, 9 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 2789ea2f31fe ("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, 9 warnings, 0 checks, 230 lines checked