WARNING: line length of 90 exceeds 80 columns #40: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h:485: +mlx5e_swp_encap_csum_partial(struct mlx5_core_dev *mdev, struct sk_buff *skb, bool tunnel) WARNING: line length of 84 exceeds 80 columns #59: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h:504: + th->check = ~tcp_v6_check(len, &ip6->saddr, &ip6->daddr, 0); WARNING: line length of 84 exceeds 80 columns #69: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h:514: + uh->check = ~udp_v6_check(len, &ip6->saddr, &ip6->daddr, 0); WARNING: line length of 83 exceeds 80 columns #94: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.h:129: + if (inner_ipproto == IPPROTO_TCP || inner_ipproto == IPPROTO_UDP) { total: 0 errors, 4 warnings, 0 checks, 78 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 d000db4e5775 ("net/mlx5e: Support SWP-mode offload L4 csum calculation") 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, 4 warnings, 0 checks, 78 lines checked