WARNING: line length of 85 exceeds 80 columns #35: FILE: drivers/net/dsa/microchip/ksz_common.c:2789: + kirq->domain = irq_domain_create_simple(dev_fwnode(dev->dev), kirq->nirqs, 0, WARNING: line length of 86 exceeds 80 columns #49: FILE: drivers/net/dsa/microchip/ksz_ptp.c:1133: + ptpirq->domain = irq_domain_create_linear(dev_fwnode(dev->dev), ptpirq->nirqs, WARNING: line length of 83 exceeds 80 columns #50: FILE: drivers/net/dsa/microchip/ksz_ptp.c:1134: + &ksz_ptp_irq_domain_ops, ptpirq); WARNING: line length of 84 exceeds 80 columns #66: FILE: drivers/net/dsa/mv88e6xxx/global2.c:1157: + chip->g2_irq.domain = irq_domain_create_simple(dev_fwnode(chip->dev), 16, 0, WARNING: line length of 91 exceeds 80 columns #67: FILE: drivers/net/dsa/mv88e6xxx/global2.c:1158: + &mv88e6xxx_g2_irq_domain_ops, chip); WARNING: line length of 96 exceeds 80 columns #81: FILE: drivers/net/dsa/qca/ar9331.c:824: + priv->irqdomain = irq_domain_create_linear(dev_fwnode(dev), 1, &ar9331_sw_irqdomain_ops, WARNING: line length of 94 exceeds 80 columns #98: FILE: drivers/net/usb/lan78xx.c:2451: + irqdomain = irq_domain_create_simple(dev_fwnode(dev->udev->dev.parent), MAX_INT_EP, 0, WARNING: line length of 82 exceeds 80 columns #99: FILE: drivers/net/usb/lan78xx.c:2452: + &chip_domain_ops, &dev->domain_data); total: 0 errors, 8 warnings, 0 checks, 53 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 210d91357a43 ("net: Use dev_fwnode()") 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, 8 warnings, 0 checks, 53 lines checked