WARNING: line length of 82 exceeds 80 columns #157: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:95: + dev_err(serdes->dev, "PCIe PHY cannot operate at %lu HZ\n", rate); WARNING: line length of 99 exceeds 80 columns #437: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:375: +static int s32g_serdes_get_ctrl_resources(struct platform_device *pdev, struct s32g_serdes *serdes) WARNING: line length of 87 exceeds 80 columns #474: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:412: + idx = of_property_match_string(dev->of_node, "clock-names", EXTERNAL_CLK_NAME); WARNING: line length of 95 exceeds 80 columns #476: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:414: + idx = of_property_match_string(dev->of_node, "clock-names", INTERNAL_CLK_NAME); WARNING: line length of 99 exceeds 80 columns #494: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:432: +static int s32g_serdes_get_pcie_resources(struct platform_device *pdev, struct s32g_serdes *serdes) WARNING: line length of 94 exceeds 80 columns #514: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:452: +static int s32g2_serdes_create_phy(struct s32g_serdes *serdes, struct device_node *child_node) WARNING: line length of 95 exceeds 80 columns #537: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:475: + phy_provider = devm_of_phy_provider_register(&phy->dev, s32g_serdes_phy_xlate); WARNING: line length of 81 exceeds 80 columns #542: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:480: + dev_warn(dev, "Skipping unknown child node %pOFn\n", child_node); WARNING: line length of 82 exceeds 80 columns #548: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:486: +static int s32g_serdes_parse_lanes(struct device *dev, struct s32g_serdes *serdes) total: 0 errors, 9 warnings, 0 checks, 599 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 231742972f8d ("phy: s32g: Add serdes subsystem phy") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 599 lines checked