WARNING: struct regmap_config should normally be const #190: FILE: drivers/net/pcs/pcs-xpcs-plat.c:236: + struct regmap_config config = {}; WARNING: line length of 85 exceeds 80 columns #242: FILE: drivers/net/pcs/pcs-xpcs-plat.c:290: + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "direct") ?: WARNING: line length of 85 exceeds 80 columns #243: FILE: drivers/net/pcs/pcs-xpcs-plat.c:291: + platform_get_resource_byname(pdev, IORESOURCE_MEM, "indirect"); total: 0 errors, 3 warnings, 0 checks, 236 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 28e5e05bcae0 ("net: pcs: xpcs-plat: convert to regmap") 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, 3 warnings, 0 checks, 236 lines checked