WARNING: line length of 85 exceeds 80 columns
#88: FILE: net/bridge/br_private.h:2186:
+int br_switchdev_port_vlan_no_foreign_add(struct net_device *dev, u16 vid, u16 flags,

WARNING: line length of 88 exceeds 80 columns
#89: FILE: net/bridge/br_private.h:2187:
+					  bool changed, struct netlink_ext_ack *extack);

WARNING: line length of 88 exceeds 80 columns
#97: FILE: net/bridge/br_private.h:2271:
+static inline int br_switchdev_port_vlan_no_foreign_add(struct net_device *dev, u16 vid,

WARNING: line length of 87 exceeds 80 columns
#99: FILE: net/bridge/br_private.h:2273:
+							struct netlink_ext_ack *extack)

WARNING: line length of 85 exceeds 80 columns
#115: 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
#116: FILE: net/bridge/br_switchdev.c:191:
+					  bool changed, struct netlink_ext_ack *extack)

WARNING: line length of 87 exceeds 80 columns
#141: 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
#143: 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
#167: FILE: net/switchdev/switchdev.c:763:
+	if (!foreign_dev_check_cb || port_obj_info->obj->flags & SWITCHDEV_F_NO_FOREIGN)

total: 0 errors, 9 warnings, 0 checks, 83 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 f9bcec5ecddc ("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, 9 warnings, 0 checks, 83 lines checked