WARNING: line length of 84 exceeds 80 columns #68: FILE: net/bridge/br_fdb.c:560: + clear_bit(BR_FDB_NOTIFY_ROAMING, &f->flags); WARNING: line length of 85 exceeds 80 columns #114: FILE: net/bridge/br_fdb.c:927: + if (unlikely(test_bit(BR_FDB_STICKY, &fdb->flags))) { WARNING: line length of 87 exceeds 80 columns #117: FILE: net/bridge/br_fdb.c:930: + br_switchdev_fdb_notify(br, fdb, RTM_DELNEIGH); WARNING: line length of 88 exceeds 80 columns #121: FILE: net/bridge/br_fdb.c:934: + if (unlikely(test_bit(BR_FDB_ADDED_BY_EXT_LEARN, WARNING: line length of 84 exceeds 80 columns #123: FILE: net/bridge/br_fdb.c:936: + clear_bit(BR_FDB_ADDED_BY_EXT_LEARN, WARNING: line length of 91 exceeds 80 columns #128: FILE: net/bridge/br_fdb.c:941: + if (unlikely(test_bit(BR_FDB_LOCKED, &fdb->flags))) WARNING: line length of 86 exceeds 80 columns #129: FILE: net/bridge/br_fdb.c:942: + clear_bit(BR_FDB_LOCKED, &fdb->flags); total: 0 errors, 7 warnings, 0 checks, 145 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 09102ba9faf4 ("net: bridge: send notification for roaming hosts") 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, 145 lines checked