WARNING: line length of 87 exceeds 80 columns #110: FILE: drivers/net/usb/r8152.c:4333: + ocp_word_set_bits(tp, MCU_TYPE_USB, USB_POWER_CUT, PWR_EN | PHASE2_EN); WARNING: line length of 90 exceeds 80 columns #313: FILE: drivers/net/usb/r8152.c:8825: + ocp_write_word(tp, MCU_TYPE_USB, USB_FC_TIMER, CTRL_TIMER_EN | (600 / 8)); WARNING: line length of 88 exceeds 80 columns #321: FILE: drivers/net/usb/r8152.c:8828: + if (!(ocp_read_word(tp, MCU_TYPE_PLA, PLA_POL_GPIO_CTRL) & DACK_DET_EN)) WARNING: line length of 89 exceeds 80 columns #338: FILE: drivers/net/usb/r8152.c:8839: + ocp_byte_clr_bits(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL3, PLA_MCU_SPDWN_EN); WARNING: line length of 96 exceeds 80 columns #352: FILE: drivers/net/usb/r8152.c:8853: + ocp_word_clr_bits(tp, MCU_TYPE_USB, USB_USB_CTRL, RX_AGG_DISABLE | RX_DESC_16B); WARNING: line length of 95 exceeds 80 columns #354: FILE: drivers/net/usb/r8152.c:8855: + ocp_word_clr_bits(tp, MCU_TYPE_USB, USB_USB_CTRL, RX_AGG_DISABLE | RX_ZERO_EN); total: 0 errors, 6 warnings, 0 checks, 340 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 318f92241a58 ("r8152: Add RTL8157 initialization") 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, 340 lines checked