WARNING: line length of 89 exceeds 80 columns #112: FILE: drivers/net/bonding/bond_3ad.c:1391: + bool partner_synced = port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION; WARNING: line length of 85 exceeds 80 columns #113: FILE: drivers/net/bonding/bond_3ad.c:1392: + bool actor_synced = port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION; WARNING: line length of 81 exceeds 80 columns #161: FILE: drivers/net/bonding/bond_3ad.c:1435: + if ((port->sm_churn_actor_state == AD_CHURN_MONITOR && !actor_churned) || WARNING: line length of 85 exceeds 80 columns #177: FILE: drivers/net/bonding/bond_3ad.c:1444: + if ((port->sm_churn_partner_state == AD_CHURN_MONITOR && !partner_churned) || WARNING: line length of 91 exceeds 80 columns #190: FILE: drivers/net/bonding/bond_3ad.c:1454: + if (port->sm_churn_actor_state == AD_NO_CHURN && !actor_churned && !actor_synced) { WARNING: line length of 97 exceeds 80 columns #196: FILE: drivers/net/bonding/bond_3ad.c:1460: + if (port->sm_churn_partner_state == AD_NO_CHURN && !partner_churned && !partner_synced) { total: 0 errors, 6 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 2fb9a341856d ("bonding: restructure ad_churn_machine") 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, 6 warnings, 0 checks, 145 lines checked