WARNING: line length of 81 exceeds 80 columns #78: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:216: +static int rswitch_update_ageing_time(struct rswitch_private *priv, clock_t time) WARNING: line length of 87 exceeds 80 columns #109: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:243: + struct switchdev_notifier_port_attr_info *info) WARNING: line length of 87 exceeds 80 columns #115: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:249: + priv = container_of(nb, struct rswitch_private, rswitch_switchdev_blocking_nb); WARNING: line length of 85 exceeds 80 columns #166: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:298: +static int rswitch_write_vlan_table(struct rswitch_private *priv, u16 vid, u32 index) WARNING: line length of 86 exceeds 80 columns #182: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:314: + iowrite32(FIELD_PREP(VLANCSDL, vlancsdl), priv->addr + FWVLANTL3(GWCA_INDEX)); WARNING: line length of 85 exceeds 80 columns #188: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:320: +static int rswitch_erase_vlan_table(struct rswitch_private *priv, u16 vid, u32 index) WARNING: line length of 85 exceeds 80 columns #235: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:367: + rswitch_modify(etha->addr, EAVTC, CTV, FIELD_PREP(CTV, p_vlan->vid)); WARNING: line length of 85 exceeds 80 columns #265: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:397: + rswitch_modify(priv->addr, GWVTC, CTV, FIELD_PREP(CTV, p_vlan->vid)); WARNING: line length of 81 exceeds 80 columns #280: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:412: + iowrite32(br_vlan_enabled(rdev->brdev) ? FIELD_PREP(FWGC_SVM, C_TAG) : 0, WARNING: line length of 81 exceeds 80 columns #287: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:419: + /* If the default vlan for this port has been set, don't overwrite it. */ WARNING: line length of 95 exceeds 80 columns #292: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:424: + rswitch_modify(priv->addr, FWPC0(etha->index), 0, FWPC0_VLANSA | FWPC0_VLANRU); WARNING: line length of 94 exceeds 80 columns #311: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:443: + iowrite32(br_vlan_enabled(ndev) ? FIELD_PREP(FWGC_SVM, C_TAG) : 0, priv->addr + FWGC); WARNING: line length of 81 exceeds 80 columns #317: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:449: + /* If the default vlan for this port has been set, don't overwrite it. */ WARNING: line length of 87 exceeds 80 columns #336: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:468: + rswitch_modify(priv->addr, FWPC0(etha->index), FWPC0_VLANSA | FWPC0_VLANRU, 0); WARNING: line length of 87 exceeds 80 columns #340: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:472: + 0, FIELD_PREP(FWPC2_LTWFW, GENMASK(RSWITCH_NUM_AGENTS - 1, 0))); WARNING: line length of 85 exceeds 80 columns #364: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:496: + struct switchdev_notifier_port_obj_info *info) WARNING: line length of 84 exceeds 80 columns #366: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:498: + struct switchdev_obj_port_vlan *p_vlan = SWITCHDEV_OBJ_PORT_VLAN(info->obj); WARNING: line length of 87 exceeds 80 columns #370: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:502: + priv = container_of(nb, struct rswitch_private, rswitch_switchdev_blocking_nb); WARNING: line length of 85 exceeds 80 columns #400: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:532: + struct switchdev_notifier_port_obj_info *info) WARNING: line length of 84 exceeds 80 columns #402: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:534: + struct switchdev_obj_port_vlan *p_vlan = SWITCHDEV_OBJ_PORT_VLAN(info->obj); WARNING: line length of 87 exceeds 80 columns #406: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:538: + priv = container_of(nb, struct rswitch_private, rswitch_switchdev_blocking_nb); total: 0 errors, 21 warnings, 0 checks, 469 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 e9288146b872 ("net: renesas: rswitch: add vlan aware switching") 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, 21 warnings, 0 checks, 469 lines checked