WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #40: new file mode 100644 CHECK: Alignment should match open parenthesis #192: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:62: +static void xsc_build_default_indir_rqt(u32 *indirection_rqt, int len, + int num_channels) WARNING: line length of 85 exceeds 80 columns #200: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:70: +static void xsc_build_rss_params(struct xsc_rss_params *rss_params, u16 num_channels) WARNING: line length of 89 exceeds 80 columns #218: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:88: +static void xsc_eth_build_nic_params(struct xsc_adapter *adapter, u32 ch_num, u32 tc_num) WARNING: line length of 83 exceeds 80 columns #232: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:102: + xsc_build_rss_params(&adapter->rss_param, adapter->nic_param.num_channels); WARNING: line length of 83 exceeds 80 columns #247: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:117: + sizeof(*adapter->txq2sq), GFP_KERNEL, node); WARNING: line length of 87 exceeds 80 columns #283: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:153: + netdev->vlan_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;//NETIF_F_HW_CSUM; WARNING: line length of 82 exceeds 80 columns #320: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:190: +static int xsc_eth_set_hw_mtu(struct xsc_core_device *dev, u16 mtu, u16 rx_buf_sz) WARNING: line length of 100 exceeds 80 columns #360: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:230: + xsc_core_warn(dev, "get mac failed! err=%d, out.status=%u\n", err, out->hdr.status); WARNING: line length of 95 exceeds 80 columns #383: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:253: + xsc_core_warn(adapter->xdev, "get mac failed %d, generate random mac...", ret); WARNING: line length of 84 exceeds 80 columns #437: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:307: +static int xsc_eth_attach(struct xsc_core_device *xdev, struct xsc_adapter *adapter) WARNING: line length of 85 exceeds 80 columns #452: FILE: drivers/net/ethernet/yunsilicon/xsc/net/main.c:322: +static void xsc_eth_detach(struct xsc_core_device *xdev, struct xsc_adapter *adapter) total: 0 errors, 11 warnings, 1 checks, 598 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 f8db92208a2a ("net-next/yunsilicon: Init net device") 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, 11 warnings, 1 checks, 598 lines checked