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 #109: FILE: drivers/net/usb/r8152.c:6237: + new1 = orig & ~(MDIO_AN_10GBT_CTRL_ADV2_5G | MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 86 exceeds 80 columns #142: FILE: drivers/net/usb/r8152.c:8286: + ocp_10gbt_ctrl & MDIO_AN_10GBT_CTRL_ADV2_5G); WARNING: line length of 85 exceeds 80 columns #146: FILE: drivers/net/usb/r8152.c:8290: + ocp_10gbt_stat & MDIO_AN_10GBT_STAT_LP2_5G); WARNING: line length of 84 exceeds 80 columns #155: FILE: drivers/net/usb/r8152.c:8299: + ocp_10gbt_ctrl & MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 83 exceeds 80 columns #162: FILE: drivers/net/usb/r8152.c:8303: + ocp_10gbt_stat & MDIO_AN_10GBT_STAT_LP5G); WARNING: line length of 87 exceeds 80 columns #208: FILE: drivers/net/usb/r8152.c:8511: + linkmode_set_bit(ETHTOOL_LINK_MODE_2500baseT_Full_BIT, eee->supported); WARNING: line length of 87 exceeds 80 columns #215: FILE: drivers/net/usb/r8152.c:8518: + linkmode_set_bit(ETHTOOL_LINK_MODE_5000baseT_Full_BIT, eee->supported); WARNING: line length of 87 exceeds 80 columns #218: FILE: drivers/net/usb/r8152.c:8521: + linkmode_set_bit(ETHTOOL_LINK_MODE_5000baseT_Full_BIT, common); total: 0 errors, 9 warnings, 0 checks, 203 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 67fac1c5b03c ("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, 9 warnings, 0 checks, 203 lines checked