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? #106: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #254: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:144: + dev_res->irq_info = kcalloc(nvec, sizeof(*dev_res->irq_info), GFP_KERNEL); WARNING: line length of 84 exceeds 80 columns #258: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:148: + nvec = pci_alloc_irq_vectors(xdev->pdev, nvec_base + 1, nvec, PCI_IRQ_MSIX); WARNING: line length of 95 exceeds 80 columns #269: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:159: + nvec, table->num_comp_vectors, xdev->caps.msix_num, xdev->msix_vec_base); WARNING: line length of 84 exceeds 80 columns #325: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:215: + xsc_core_warn(xdev, "failed to destroy EQ 0x%x\n", eq->eqn); WARNING: line length of 81 exceeds 80 columns #355: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:245: + i + table->eq_vec_comp_base, nent, name); WARNING: line length of 90 exceeds 80 columns #392: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:282: + writel(xdev->msix_vec_base + vecidx, REG_ADDR(xdev, xdev->cmd.reg.msix_vec_addr)); WARNING: line length of 90 exceeds 80 columns #427: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:317: + snprintf(dev_res->irq_info[XSC_VEC_CMD_EVENT].name, XSC_MAX_IRQ_NAME, "%s@pci:%s", WARNING: line length of 95 exceeds 80 columns #429: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:319: + return request_irq(pci_irq_vector(xdev->pdev, XSC_VEC_CMD_EVENT), xsc_event_handler, 0, WARNING: line length of 84 exceeds 80 columns #484: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:374: + xsc_core_err(xdev, "failed to request irq for cmdq, err=%d\n", err); WARNING: line length of 85 exceeds 80 columns #490: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:380: + xsc_core_err(xdev, "failed to request irq for event, err=%d\n", err); WARNING: line length of 91 exceeds 80 columns #496: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/pci_irq.c:386: + xsc_core_err(xdev, "failed to alloc affinity hint cpumask, err=%d\n", err); total: 0 errors, 14 warnings, 0 checks, 505 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 f077c3a2bafa ("net-next/yunsilicon: Add pci irq") 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, 505 lines checked