WARNING: line length of 85 exceeds 80 columns #87: FILE: net/bridge/br_private.h:2179: +int br_switchdev_port_vlan_no_foreign_add(struct net_device *dev, u16 vid, u16 flags, WARNING: line length of 88 exceeds 80 columns #88: FILE: net/bridge/br_private.h:2180: + bool changed, struct netlink_ext_ack *extack); WARNING: line length of 85 exceeds 80 columns #100: FILE: net/bridge/br_switchdev.c:190: +int br_switchdev_port_vlan_no_foreign_add(struct net_device *dev, u16 vid, u16 flags, WARNING: line length of 87 exceeds 80 columns #101: FILE: net/bridge/br_switchdev.c:191: + bool changed, struct netlink_ext_ack *extack) WARNING: line length of 87 exceeds 80 columns #126: FILE: net/bridge/br_vlan.c:112: + err = br_switchdev_port_vlan_no_foreign_add(dev, v->vid, flags, false, extack); WARNING: line length of 95 exceeds 80 columns #128: FILE: net/bridge/br_vlan.c:114: + v->priv_flags |= BR_VLFLAG_ADDED_BY_SWITCHDEV | BR_VLFLAG_TAGGING_BY_SWITCHDEV; WARNING: line length of 88 exceeds 80 columns #152: FILE: net/switchdev/switchdev.c:752: + if (!foreign_dev_check_cb || port_obj_info->obj->flags & SWITCHDEV_F_NO_FOREIGN) total: 0 errors, 7 warnings, 0 checks, 70 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 bb8c72cd3366 ("bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 70 lines checked