WARNING: line length of 87 exceeds 80 columns #92: FILE: drivers/net/ethernet/freescale/fec_main.c:1537: + /* NOTE: SKBTX_IN_PROGRESS being set does not imply it's we who WARNING: line length of 87 exceeds 80 columns #93: FILE: drivers/net/ethernet/freescale/fec_main.c:1538: + * are to time stamp the packet, so we still need to check time WARNING: line length of 85 exceeds 80 columns #96: FILE: drivers/net/ethernet/freescale/fec_main.c:1541: + if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS && WARNING: line length of 83 exceeds 80 columns #98: FILE: drivers/net/ethernet/freescale/fec_main.c:1543: + struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; WARNING: line length of 93 exceeds 80 columns #101: FILE: drivers/net/ethernet/freescale/fec_main.c:1546: + fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); WARNING: line length of 83 exceeds 80 columns #105: FILE: drivers/net/ethernet/freescale/fec_main.c:1550: + /* Free the sk buffer associated with this last transmit */ total: 0 errors, 6 warnings, 0 checks, 212 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 940e72274284 ("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, 212 lines checked