WARNING: Possible repeated word: 'long' #264: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:182: + * CONFIG_PHYS_ADDR_T_64BIT, cast to the larger unsigned long + * long type for printf. WARNING: line length of 82 exceeds 80 columns #275: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:193: + dev_err(dev, "Failed to create PCS node %s\n", node_name); WARNING: line length of 85 exceeds 80 columns #319: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:237: + rc = of_changeset_add_prop_u32(&priv->of_cs, pcs_node, "tx-polarity", WARNING: line length of 81 exceeds 80 columns #334: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:252: +static struct device_node *sja1105_create_regs_node(struct sja1105_private *priv, WARNING: line length of 84 exceeds 80 columns #335: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:253: + struct device_node *switch_node) WARNING: line length of 85 exceeds 80 columns #347: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:265: + rc = of_changeset_add_prop_u32(&priv->of_cs, regs_node, "#address-cells", 1); WARNING: line length of 82 exceeds 80 columns #354: FILE: drivers/net/dsa/sja1105/sja1105_subdev.c:272: + rc = of_changeset_add_prop_u32(&priv->of_cs, regs_node, "#size-cells", 1); total: 0 errors, 7 warnings, 0 checks, 333 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 01ea62f2c700 ("net: dsa: sja1105: fill device tree with ethernet-pcs sub-devices under "regs" node") 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, 7 warnings, 0 checks, 333 lines checked