WARNING: line length of 89 exceeds 80 columns #47: FILE: drivers/net/ethernet/freescale/fec_main.c:3127: + /* Select enet system clock as Interrupt Coalescing timer Clock Source */ WARNING: line length of 89 exceeds 80 columns #51: FILE: drivers/net/ethernet/freescale/fec_main.c:3131: + rx_itr |= FEC_ITR_ICTT(fec_enet_us_to_itr_clock(ndev, fep->rx_time_itr)); WARNING: line length of 89 exceeds 80 columns #57: FILE: drivers/net/ethernet/freescale/fec_main.c:3135: + /* Select enet system clock as Interrupt Coalescing timer Clock Source */ WARNING: line length of 89 exceeds 80 columns #61: FILE: drivers/net/ethernet/freescale/fec_main.c:3139: + tx_itr |= FEC_ITR_ICTT(fec_enet_us_to_itr_clock(ndev, fep->tx_time_itr)); total: 0 errors, 4 warnings, 0 checks, 42 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 0c980c41c48b ("net: fec: allow disable coalescing") 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, 42 lines checked