WARNING: line length of 90 exceeds 80 columns #44: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c:396: + u16 ntu = xdp_ring->next_to_use ? xdp_ring->next_to_use - 1 : xdp_ring->count - 1; WARNING: line length of 84 exceeds 80 columns #99: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c:435: +static void ixgbe_xmit_pkt_batch(struct ixgbe_ring *xdp_ring, struct xdp_desc *desc) WARNING: line length of 86 exceeds 80 columns #156: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c:475: + ixgbe_fill_tx_hw_ring(xdp_ring, &descs[nb_processed], nb_pkts - nb_processed); total: 0 errors, 3 warnings, 0 checks, 142 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 9b184751c113 ("ixgbe: xsk: support batched xsk Tx interfaces to increase performance") 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, 3 warnings, 0 checks, 142 lines checked