WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#220: 
new file mode 100644

WARNING: line length of 82 exceeds 80 columns
#246: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:22:
+		if (!strncmp(board_info[i]->board_sn, board_sn, XSC_BOARD_SN_LEN))

WARNING: line length of 84 exceeds 80 columns
#305: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:81:
+	caps->pcie0_pf_funcid_base = be16_to_cpu(out->hca_cap.pcie0_pf_funcid_base);

WARNING: line length of 83 exceeds 80 columns
#306: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:82:
+	caps->pcie0_pf_funcid_top  = be16_to_cpu(out->hca_cap.pcie0_pf_funcid_top);

WARNING: line length of 84 exceeds 80 columns
#307: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:83:
+	caps->pcie1_pf_funcid_base = be16_to_cpu(out->hca_cap.pcie1_pf_funcid_base);

WARNING: line length of 83 exceeds 80 columns
#308: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:84:
+	caps->pcie1_pf_funcid_top  = be16_to_cpu(out->hca_cap.pcie1_pf_funcid_top);

WARNING: line length of 84 exceeds 80 columns
#309: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:85:
+	caps->funcid_to_logic_port = be16_to_cpu(out->hca_cap.funcid_to_logic_port);

WARNING: line length of 86 exceeds 80 columns
#317: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:93:
+	caps->raweth_rss_qp_id_base = be16_to_cpu(out->hca_cap.raweth_rss_qp_id_base);

WARNING: line length of 99 exceeds 80 columns
#405: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:181:
+		memcpy(board_info->board_sn, out->hca_cap.board_sn, sizeof(out->hca_cap.board_sn));

WARNING: line length of 83 exceeds 80 columns
#417: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:193:
+	xdev->fw_version_patch = be16_to_cpu(out->hca_cap.fw_ver.fw_version_patch);

WARNING: line length of 83 exceeds 80 columns
#418: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:194:
+	xdev->fw_version_tweak = be32_to_cpu(out->hca_cap.fw_ver.fw_version_tweak);

WARNING: line length of 83 exceeds 80 columns
#545: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/main.c:219:
+		pci_err(xdev->pdev, "failed to activate hw config, err=%d\n", err);

total: 0 errors, 12 warnings, 0 checks, 511 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 cdd35b707d89 ("net-next/yunsilicon: Add hardware setup APIs") 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, 12 warnings, 0 checks, 511 lines checked