CHECK: Alignment should match open parenthesis #77: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c:139: + gmac->sts_regmap = syscon_regmap_lookup_by_phandle_args(dev->of_node, + "nxp,phy-sel", 1, &gmac->sts_offset); WARNING: line length of 87 exceeds 80 columns #81: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c:143: + gmac->ctrl_sts = devm_platform_get_and_ioremap_resource(pdev, 1, NULL); total: 0 errors, 1 warnings, 1 checks, 61 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 e76d87cb716f ("net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMII") 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, 1 warnings, 1 checks, 61 lines checked