WARNING: line length of 83 exceeds 80 columns #56: FILE: drivers/net/bonding/bond_3ad.c:104: +static void ad_initialize_port(struct port *port, struct bond_params *bond_params); WARNING: line length of 85 exceeds 80 columns #73: FILE: drivers/net/bonding/bond_3ad.c:1318: + port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION; WARNING: line length of 137 exceeds 80 columns #98: FILE: drivers/net/bonding/bond_3ad.c:1438: + (!(port->actor_oper_port_state & LACP_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & LACP_STATE_LACP_ACTIVITY))) { WARNING: line length of 82 exceeds 80 columns #110: FILE: drivers/net/bonding/bond_3ad.c:1964: +static void ad_initialize_port(struct port *port, struct bond_params *bond_params) WARNING: line length of 81 exceeds 80 columns #133: FILE: drivers/net/bonding/bond_3ad.c:1992: + port->actor_admin_port_state |= LACP_STATE_LACP_ACTIVITY; WARNING: line length of 81 exceeds 80 columns #134: FILE: drivers/net/bonding/bond_3ad.c:1993: + port->actor_oper_port_state |= LACP_STATE_LACP_ACTIVITY; total: 0 errors, 6 warnings, 0 checks, 108 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 80040e84680a ("bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU") 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, 108 lines checked