WARNING: line length of 86 exceeds 80 columns #48: FILE: drivers/net/ethernet/ti/am65-cpsw-ethtool.c:453: + return am65_cpsw_nuss_update_tx_rx_chns(common, chs->tx_count, chs->rx_count); WARNING: line length of 81 exceeds 80 columns #73: FILE: drivers/net/ethernet/ti/am65-cpsw-ethtool.c:943: + if (queue >= AM65_CPSW_MAX_TX_QUEUES && queue >= AM65_CPSW_MAX_RX_QUEUES) WARNING: line length of 81 exceeds 80 columns #121: FILE: drivers/net/ethernet/ti/am65-cpsw-ethtool.c:993: + if (queue >= AM65_CPSW_MAX_TX_QUEUES && queue >= AM65_CPSW_MAX_RX_QUEUES) WARNING: line length of 88 exceeds 80 columns #288: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:469: + ret = xdp_rxq_info_reg_mem_model(rxq, MEM_TYPE_PAGE_POOL, pool); WARNING: line length of 89 exceeds 80 columns #542: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1202: + xdp_init_buff(&xdp, AM65_CPSW_MAX_PACKET_SIZE, &port->xdp_rxq[flow->id]); WARNING: line length of 82 exceeds 80 columns #595: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1259: + container_of(timer, struct am65_cpsw_rx_flow, rx_hrtimer); WARNING: line length of 81 exceeds 80 columns #654: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1296: + ns_to_ktime(flow->rx_pace_timeout), WARNING: line length of 90 exceeds 80 columns #790: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2481: + hrtimer_init(&flow->rx_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED); WARNING: line length of 81 exceeds 80 columns #819: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:3337: + k3_udma_glue_reset_rx_chn(rx_chan->rx_chn, i, &rx_chan->flows[i], WARNING: line length of 93 exceeds 80 columns #828: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:3379: +int am65_cpsw_nuss_update_tx_rx_chns(struct am65_cpsw_common *common, int num_tx, int num_rx) WARNING: line length of 94 exceeds 80 columns #948: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.h:226: +int am65_cpsw_nuss_update_tx_rx_chns(struct am65_cpsw_common *common, int num_tx, int num_rx); total: 0 errors, 11 warnings, 0 checks, 863 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 cd95ab51985d ("net: ethernet: ti: am65-cpsw: Introduce multi queue Rx") 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, 11 warnings, 0 checks, 863 lines checked