WARNING: line length of 85 exceeds 80 columns #25: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:254: +static void bnge_free_one_rx_ring(struct bnge_net *bn, struct bnge_rx_ring_info *rxr) WARNING: line length of 89 exceeds 80 columns #46: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:275: +static void bnge_free_one_rx_agg_ring(struct bnge_net *bn, struct bnge_rx_ring_info *rxr) WARNING: line length of 82 exceeds 80 columns #100: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:790: +static netmem_ref __bnge_alloc_rx_netmem(struct bnge_net *bn, dma_addr_t *mapping, WARNING: line length of 81 exceeds 80 columns #130: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:820: +static int bnge_alloc_rx_data(struct bnge_net *bn, struct bnge_rx_ring_info *rxr, WARNING: line length of 81 exceeds 80 columns #133: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:823: + struct rx_bd *rxbd = &rxr->rx_desc_ring[RX_RING(bn, prod)][RX_IDX(prod)]; total: 0 errors, 5 warnings, 0 checks, 237 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 b2457bacd038 ("bng_en: Allocate packet buffers") 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, 237 lines checked