WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #247: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #273: 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 #332: 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 #333: 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 #334: 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 #335: 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 #336: 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 #347: 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 #435: 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 82 exceeds 80 columns #447: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:196: + dev->fw_version_patch = be16_to_cpu(out->hca_cap.fw_ver.fw_version_patch); WARNING: line length of 82 exceeds 80 columns #448: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/hw.c:197: + dev->fw_version_tweak = be32_to_cpu(out->hca_cap.fw_ver.fw_version_tweak); WARNING: line length of 81 exceeds 80 columns #575: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/main.c:235: + xsc_core_err(dev, "failed to activate hw config, err=%d\n", err); total: 0 errors, 12 warnings, 0 checks, 536 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 71c35d2d67f3 ("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, 536 lines checked