WARNING: line length of 85 exceeds 80 columns #112: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:118: + oct->msix_entries = kcalloc(num_msix, sizeof(struct msix_entry), GFP_KERNEL); WARNING: line length of 83 exceeds 80 columns #290: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:296: +static void octep_vf_enable_ioq_irq(struct octep_vf_iq *iq, struct octep_vf_oq *oq) WARNING: line length of 91 exceeds 80 columns #349: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:355: + netif_napi_add(oct->netdev, &oct->ioq_vector[i]->napi, octep_vf_napi_poll); WARNING: line length of 81 exceeds 80 columns #460: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:565: + ret = netif_subqueue_maybe_stop(iq->netdev, iq->q_no, IQ_INSTR_SPACE(iq), WARNING: line length of 82 exceeds 80 columns #645: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:79: +static int octep_vf_oq_refill(struct octep_vf_device *oct, struct octep_vf_oq *oq) WARNING: line length of 81 exceeds 80 columns #660: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:94: + desc_ring[refill_idx].buffer_ptr = dma_map_page(oq->dev, page, 0, WARNING: line length of 92 exceeds 80 columns #661: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:95: + PAGE_SIZE, DMA_FROM_DEVICE); WARNING: line length of 83 exceeds 80 columns #662: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:96: + if (dma_mapping_error(oq->dev, desc_ring[refill_idx].buffer_ptr)) { WARNING: line length of 82 exceeds 80 columns #749: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:369: + buff_info = (struct octep_vf_rx_buffer *)&oq->buff_info[read_idx]; WARNING: line length of 91 exceeds 80 columns #805: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c:425: + dma_unmap_page(oq->dev, oq->desc_ring[read_idx].buffer_ptr, WARNING: line length of 89 exceeds 80 columns #956: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_tx.c:76: + dma_unmap_page(iq->dev, tx_buffer->sglist[i >> 2].dma_ptr[i & 3], WARNING: line length of 98 exceeds 80 columns #957: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_tx.c:77: + tx_buffer->sglist[i >> 2].len[3 - (i & 3)], DMA_TO_DEVICE); total: 0 errors, 12 warnings, 0 checks, 938 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 22a747c5691e ("octeon_ep_vf: add Tx/Rx processing and interrupt support") 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, 12 warnings, 0 checks, 938 lines checked