WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #77: new file mode 100644 WARNING: 'ment' may be misspelled - perhaps 'meant'? #89: FILE: drivers/mfd/lan966x_pci.c:8: + * Clément Léger ^^^^ WARNING: externs should be avoided in .c files #104: FILE: drivers/mfd/lan966x_pci.c:23: +extern char __dtbo_lan966x_pci_end[]; WARNING: line length of 94 exceeds 80 columns #112: FILE: drivers/mfd/lan966x_pci.c:31: +static int pci_dev_irq_domain_map(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw) WARNING: line length of 92 exceeds 80 columns #151: FILE: drivers/mfd/lan966x_pci.c:70: + intr_ctrl->irq_domain = irq_domain_create_linear(fwnode, 1, &pci_dev_irq_domain_ops, WARNING: line length of 86 exceeds 80 columns #168: FILE: drivers/mfd/lan966x_pci.c:87: + pci_err(pdev, "Unable to request irq %d (%d)\n", intr_ctrl->irq, ret); WARNING: line length of 94 exceeds 80 columns #208: FILE: drivers/mfd/lan966x_pci.c:127: + return devm_add_action_or_reset(&pdev->dev, devm_pci_dev_remove_intr_ctrl, intr_ctrl); WARNING: line length of 94 exceeds 80 columns #223: FILE: drivers/mfd/lan966x_pci.c:142: + ret = of_overlay_fdt_apply(dtbo_start, dtbo_size, &data->ovcs_id, data->dev->of_node); WARNING: line length of 82 exceeds 80 columns #235: FILE: drivers/mfd/lan966x_pci.c:154: +static int lan966x_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) total: 0 errors, 9 warnings, 0 checks, 440 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 87ba27720db3 ("mfd: Add support for LAN966x PCI 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, 9 warnings, 0 checks, 440 lines checked