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: added, moved or deleted file(s), does MAINTAINERS need updating? #218: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #244: 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 #303: 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 #304: 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 #305: 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 #306: 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 #307: 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 #318: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:96: + 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 #406: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:184: + memcpy(board_info->board_sn, out->hca_cap.board_sn, sizeof(out->hca_cap.board_sn)); WARNING: line length of 83 exceeds 80 columns #418: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:196: + xdev->fw_version_patch = be16_to_cpu(out->hca_cap.fw_ver.fw_version_patch); WARNING: line length of 83 exceeds 80 columns #419: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:197: + xdev->fw_version_tweak = be32_to_cpu(out->hca_cap.fw_ver.fw_version_tweak); WARNING: line length of 82 exceeds 80 columns #546: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/main.c:232: + xsc_core_err(xdev, "failed to activate hw config, err=%d\n", err); total: 0 errors, 14 warnings, 0 checks, 514 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 c329d5af4dd9 ("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, 14 warnings, 0 checks, 514 lines checked