WARNING: line length of 100 exceeds 80 columns #63: FILE: drivers/net/bonding/bond_main.c:1110: + if (bond_hw_addr_equal(old_active->dev->dev_addr, new_active->dev->dev_addr, WARNING: line length of 83 exceeds 80 columns #65: FILE: drivers/net/bonding/bond_main.c:1112: + bond_hw_addr_copy(tmp_mac, new_active->perm_hwaddr, WARNING: line length of 85 exceeds 80 columns #68: FILE: drivers/net/bonding/bond_main.c:1115: + bond_hw_addr_copy(tmp_mac, new_active->dev->dev_addr, WARNING: line length of 85 exceeds 80 columns #81: FILE: include/net/bonding.h:466: +static inline bool bond_hw_addr_equal(const u8 *dst, const u8 *src, unsigned int len) total: 0 errors, 4 warnings, 0 checks, 29 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 d07fe4d4cabf ("bonding: use permanent address for MAC swapping if device address is same") 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, 4 warnings, 0 checks, 29 lines checked