WARNING: line length of 81 exceeds 80 columns #60: FILE: net/bridge/br_multicast.c:2137: + br_vlan_state_allowed(br_vlan_get_state(vlan), true)) WARNING: line length of 84 exceeds 80 columns #61: FILE: net/bridge/br_multicast.c:2138: + br_multicast_enable_port_ctx(&vlan->port_mcast_ctx); WARNING: line length of 85 exceeds 80 columns #65: FILE: net/bridge/br_multicast.c:2142: + /* use the port's multicast context when vlan snooping is disabled */ WARNING: line length of 84 exceeds 80 columns #104: FILE: net/bridge/br_multicast.c:2194: + /* iterate each vlan of the port, disable port_mcast_ctx per vlan */ WARNING: line length of 85 exceeds 80 columns #107: FILE: net/bridge/br_multicast.c:2197: + br_multicast_disable_port_ctx(&vlan->port_mcast_ctx); WARNING: line length of 85 exceeds 80 columns #111: FILE: net/bridge/br_multicast.c:2201: + /* use the port's multicast context when vlan snooping is disabled */ total: 0 errors, 6 warnings, 0 checks, 102 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 da1c8c89cfa5 ("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, 102 lines checked