WARNING: line length of 85 exceeds 80 columns #558: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:81: +static int of_subdev_collect_resources(struct device *parent, struct device_node *np, WARNING: line length of 86 exceeds 80 columns #603: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:126: + for (address_cell = 0; address_cell < address_cells; address_cell++) { WARNING: line length of 84 exceeds 80 columns #604: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:127: + idx = cur_res * (address_cells + size_cells) + address_cell; WARNING: line length of 97 exceeds 80 columns #608: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:131: + idx = cur_res * (address_cells + size_cells) + address_cells + size_cell; WARNING: line length of 95 exceeds 80 columns #615: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:138: + of_property_read_string_index(np, "reg-names", cur_res, &(*res)[cur_res].name); WARNING: line length of 82 exceeds 80 columns #668: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:191: +static int devm_of_subdevs_populate(struct device *parent, struct device_node *np) total: 0 errors, 6 warnings, 0 checks, 384 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 66d1a24d032c ("net: dsa: sja1105: replace mdiobus-pcs with xpcs-plat driver") 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, 6 warnings, 0 checks, 384 lines checked