WARNING: line length of 83 exceeds 80 columns #80: FILE: net/bridge/br_multicast.c:2175: + /* iterate each vlan of the port, toggle port_mcast_ctx per vlan */ WARNING: line length of 87 exceeds 80 columns #82: FILE: net/bridge/br_multicast.c:2177: + /* enable port_mcast_ctx when vlan is LEARNING or FORWARDING */ WARNING: line length of 87 exceeds 80 columns #83: FILE: net/bridge/br_multicast.c:2178: + if (on && br_vlan_state_allowed(br_vlan_get_state(vlan), true)) WARNING: line length of 84 exceeds 80 columns #84: FILE: net/bridge/br_multicast.c:2179: + br_multicast_enable_port_ctx(&vlan->port_mcast_ctx); WARNING: line length of 85 exceeds 80 columns #86: FILE: net/bridge/br_multicast.c:2181: + br_multicast_disable_port_ctx(&vlan->port_mcast_ctx); WARNING: line length of 85 exceeds 80 columns #90: FILE: net/bridge/br_multicast.c:2185: + /* use the port's multicast context when vlan snooping is disabled */ total: 0 errors, 6 warnings, 0 checks, 96 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 079261082f8d ("net: bridge: multicast: re-implement port multicast enable/disable functions") 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, 6 warnings, 0 checks, 96 lines checked