WARNING: line length of 89 exceeds 80 columns #1809: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:64: +#define MIB_DESC(_size, _offset, _name) {.size = _size, .offset = _offset, .name = _name} WARNING: line length of 87 exceeds 80 columns #1812: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:67: + /** Receive Packet Count (only packets that are accepted and not discarded). */ WARNING: line length of 82 exceeds 80 columns #1907: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:162: + !(ctrl & GSWIP_MDIO_CTRL_BUSY), 40, 4000); WARNING: line length of 91 exceeds 80 columns #1924: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:179: + ((addr & GSWIP_MDIO_CTRL_PHYAD_MASK) << GSWIP_MDIO_CTRL_PHYAD_SHIFT) | WARNING: line length of 91 exceeds 80 columns #1944: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:199: + ((addr & GSWIP_MDIO_CTRL_PHYAD_MASK) << GSWIP_MDIO_CTRL_PHYAD_SHIFT) | WARNING: line length of 83 exceeds 80 columns #2664: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:919: + struct net_device *bridge = dsa_port_bridge_dev_get(dsa_to_port(ds, port)); WARNING: line length of 83 exceeds 80 columns #2710: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:965: + struct net_device *bridge = dsa_port_bridge_dev_get(dsa_to_port(ds, port)); WARNING: line length of 83 exceeds 80 columns #2738: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:993: + struct net_device *bridge = dsa_port_bridge_dev_get(dsa_to_port(ds, port)); WARNING: line length of 82 exceeds 80 columns #3075: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:1330: + GSWIP_MDIO_PHY_FCONTX_MASK | GSWIP_MDIO_PHY_FCONRX_MASK, WARNING: line length of 81 exceeds 80 columns #3196: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:1451: + GSWIP_BM_RAM_CTRL_ADDR_MASK | GSWIP_BM_RAM_CTRL_OPMOD | WARNING: line length of 86 exceeds 80 columns #3244: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:1499: +static struct phylink_pcs *gswip_phylink_mac_select_pcs(struct phylink_config *config, WARNING: line length of 82 exceeds 80 columns #3245: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:1500: + phy_interface_t interface) WARNING: line length of 89 exceeds 80 columns #3345: FILE: drivers/net/dsa/lantiq/lantiq_gswip_common.c:1600: + return dev_err_probe(priv->dev, err, "dsa switch registration failed\n"); total: 0 errors, 13 warnings, 0 checks, 3310 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 eba02f590e85 ("net: dsa: lantiq_gswip: split into common and MMIO parts") 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, 13 warnings, 0 checks, 3310 lines checked