WARNING: line length of 87 exceeds 80 columns #107: FILE: drivers/net/ethernet/freescale/fec_main.c:1533: + /* NOTE: SKBTX_IN_PROGRESS being set does not imply it's we who WARNING: line length of 87 exceeds 80 columns #108: FILE: drivers/net/ethernet/freescale/fec_main.c:1534: + * are to time stamp the packet, so we still need to check time WARNING: line length of 85 exceeds 80 columns #111: FILE: drivers/net/ethernet/freescale/fec_main.c:1537: + if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS && WARNING: line length of 83 exceeds 80 columns #113: FILE: drivers/net/ethernet/freescale/fec_main.c:1539: + struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; WARNING: line length of 93 exceeds 80 columns #116: FILE: drivers/net/ethernet/freescale/fec_main.c:1542: + fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); WARNING: line length of 83 exceeds 80 columns #120: FILE: drivers/net/ethernet/freescale/fec_main.c:1546: + /* Free the sk buffer associated with this last transmit */ total: 0 errors, 6 warnings, 0 checks, 238 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 d5b2f41c28be ("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, 238 lines checked