WARNING: line length of 99 exceeds 80 columns #40: FILE: drivers/net/usb/r8152.c:743: +#define is_speed_5000(_speed) (((_speed) & (_5000bps | LINK_STATUS)) == (_5000bps | LINK_STATUS)) WARNING: line length of 95 exceeds 80 columns #90: FILE: drivers/net/usb/r8152.c:6361: + new1 = orig & ~(MDIO_AN_10GBT_CTRL_ADV2_5G | MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 94 exceeds 80 columns #122: FILE: drivers/net/usb/r8152.c:8820: + ocp_reg_read(tp, OCP_10GBT_CTRL) & MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 93 exceeds 80 columns #126: FILE: drivers/net/usb/r8152.c:8824: + ocp_reg_read(tp, OCP_10GBT_STAT) & MDIO_AN_10GBT_STAT_LP5G); WARNING: line length of 87 exceeds 80 columns #160: FILE: drivers/net/usb/r8152.c:9036: + linkmode_set_bit(ETHTOOL_LINK_MODE_5000baseT_Full_BIT, eee->supported); WARNING: line length of 87 exceeds 80 columns #163: FILE: drivers/net/usb/r8152.c:9039: + linkmode_set_bit(ETHTOOL_LINK_MODE_5000baseT_Full_BIT, common); total: 0 errors, 6 warnings, 0 checks, 147 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 c4c2f51f5273 ("r8152: Add support for 5Gbit Link Speeds and EEE") 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, 147 lines checked