WARNING: line length of 87 exceeds 80 columns #94: FILE: drivers/net/ethernet/freescale/fec_main.c:1536: + /* NOTE: SKBTX_IN_PROGRESS being set does not imply it's we who WARNING: line length of 87 exceeds 80 columns #95: FILE: drivers/net/ethernet/freescale/fec_main.c:1537: + * are to time stamp the packet, so we still need to check time WARNING: line length of 85 exceeds 80 columns #98: FILE: drivers/net/ethernet/freescale/fec_main.c:1540: + if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS && WARNING: line length of 83 exceeds 80 columns #100: FILE: drivers/net/ethernet/freescale/fec_main.c:1542: + struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; WARNING: line length of 93 exceeds 80 columns #103: FILE: drivers/net/ethernet/freescale/fec_main.c:1545: + fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); WARNING: line length of 83 exceeds 80 columns #107: FILE: drivers/net/ethernet/freescale/fec_main.c:1549: + /* Free the sk buffer associated with this last transmit */ total: 0 errors, 6 warnings, 0 checks, 214 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 87b0497a454b ("net: fec: use switch statement to check the type of tx_buf") 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, 214 lines checked