WARNING: line length of 86 exceeds 80 columns #45: FILE: net/bridge/br_multicast.c:1074: + return __br_multicast_querier_exists(brmctx, &brmctx->ip4_other_query, false); WARNING: line length of 85 exceeds 80 columns #51: FILE: net/bridge/br_multicast.c:1080: + return __br_multicast_querier_exists(brmctx, &brmctx->ip6_other_query, true); WARNING: line length of 86 exceeds 80 columns #107: FILE: net/bridge/br_multicast.c:1136: + bool ip4_active_old = brmctx->ip4_active, ip6_active_old = brmctx->ip6_active; WARNING: line length of 90 exceeds 80 columns #129: FILE: net/bridge/br_multicast.c:1853: + ip4_other_query.delay_timer); WARNING: line length of 81 exceeds 80 columns #133: FILE: net/bridge/br_multicast.c:1857: + /* an own or other IGMP querier appeared some seconds ago and all WARNING: line length of 90 exceeds 80 columns #134: FILE: net/bridge/br_multicast.c:1858: + * reports should have arrived by now, maybe set multicast state to active WARNING: line length of 90 exceeds 80 columns #144: FILE: net/bridge/br_multicast.c:1868: + ip6_other_query.delay_timer); WARNING: line length of 83 exceeds 80 columns #149: FILE: net/bridge/br_multicast.c:1873: + * reports should have arrived, maybe set multicast state to active WARNING: line length of 92 exceeds 80 columns #177: FILE: net/bridge/br_multicast.c:4347: + brmctx->ip4_other_query.delay_timer.function = br_ip4_multicast_query_delay_expired; WARNING: line length of 92 exceeds 80 columns #183: FILE: net/bridge/br_multicast.c:4352: + brmctx->ip6_other_query.delay_timer.function = br_ip6_multicast_query_delay_expired; total: 0 errors, 10 warnings, 0 checks, 158 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 735360d973b2 ("net: bridge: mcast: track active state, IGMP/MLD querier appearance") 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, 10 warnings, 0 checks, 158 lines checked