WARNING: line length of 99 exceeds 80 columns #39: FILE: drivers/net/usb/r8152.c:759: +#define is_speed_5000(_speed) (((_speed) & (_5000bps | LINK_STATUS)) == (_5000bps | LINK_STATUS)) WARNING: line length of 95 exceeds 80 columns #77: FILE: drivers/net/usb/r8152.c:6727: + new1 = orig & ~(MDIO_AN_10GBT_CTRL_ADV2_5G | MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 94 exceeds 80 columns #109: FILE: drivers/net/usb/r8152.c:9298: + ocp_reg_read(tp, OCP_10GBT_CTRL) & MDIO_AN_10GBT_CTRL_ADV5G); WARNING: line length of 93 exceeds 80 columns #113: FILE: drivers/net/usb/r8152.c:9302: + ocp_reg_read(tp, OCP_10GBT_STAT) & MDIO_AN_10GBT_STAT_LP5G); total: 0 errors, 4 warnings, 0 checks, 115 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 44c812544082 ("r8152: Add support for 5Gbit Link Speeds") 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, 4 warnings, 0 checks, 115 lines checked