WARNING: line length of 83 exceeds 80 columns #58: 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 #75: FILE: drivers/net/bonding/bond_3ad.c:1307: + port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION; WARNING: line length of 137 exceeds 80 columns #100: FILE: drivers/net/bonding/bond_3ad.c:1426: + (!(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 #112: FILE: drivers/net/bonding/bond_3ad.c:1952: +static void ad_initialize_port(struct port *port, struct bond_params *bond_params) WARNING: line length of 81 exceeds 80 columns #135: FILE: drivers/net/bonding/bond_3ad.c:1980: + port->actor_admin_port_state |= LACP_STATE_LACP_ACTIVITY; WARNING: line length of 81 exceeds 80 columns #136: FILE: drivers/net/bonding/bond_3ad.c:1981: + port->actor_oper_port_state |= LACP_STATE_LACP_ACTIVITY; WARNING: line length of 81 exceeds 80 columns #191: FILE: drivers/net/bonding/bond_3ad.c:2903: + port->actor_oper_port_state &= ~LACP_STATE_LACP_ACTIVITY; total: 0 errors, 7 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 dbb609f9b422 ("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, 7 warnings, 0 checks, 158 lines checked