WARNING: line length of 94 exceeds 80 columns #61: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4151: + int total_len, bool last_segment, u32 queue, bool is_skb_frag) WARNING: line length of 87 exceeds 80 columns #76: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4169: + buff_size = tmp_len >= TSO_MAX_BUFF_SIZE ? TSO_MAX_BUFF_SIZE : tmp_len; WARNING: line length of 90 exceeds 80 columns #86: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4178: + curr_addr = dma_map_single(priv->device, data + offset, buff_size, WARNING: line length of 88 exceeds 80 columns #95: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4187: + tx_q->tx_skbuff_dma[tx_q->cur_tx].buf_type = STMMAC_TXBUF_T_SKB; WARNING: line length of 88 exceeds 80 columns #107: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4199: + tx_q->tx_skbuff_dma[tx_q->cur_tx].buf_type = STMMAC_TXBUF_T_SKB; total: 0 errors, 5 warnings, 0 checks, 114 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 74e2590059be ("net: stmmac: allocate separate page for buffer") 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, 5 warnings, 0 checks, 114 lines checked