WARNING: line length of 81 exceeds 80 columns #30: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.h:43: +#define MLX5_IPSEC_METADATA_MARKER(metadata) ((((metadata) >> 30) & 0x3) == 0x2) WARNING: line length of 82 exceeds 80 columns #91: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:159: + psph = (const struct psphdr *)(skb->data + depth + sizeof(struct udphdr)); WARNING: line length of 81 exceeds 80 columns #100: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:168: + htons(ntohs(ipv6h->payload_len) - PSP_ENCAP_HLEN - PSP_TRL_SIZE); WARNING: line length of 84 exceeds 80 columns #108: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:176: +bool mlx5e_psp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 82 exceeds 80 columns #115: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:183: + /* TBD: report errors as SW counters to ethtool, any further handling ? */ WARNING: line length of 96 exceeds 80 columns #116: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:184: + if (MLX5_PSP_METADATA_SYNDROM(psp_meta_data) != MLX5E_PSP_OFFLOAD_RX_SYNDROME_DECRYPTED) WARNING: line length of 84 exceeds 80 columns #159: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.h:89: +bool mlx5e_psp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 94 exceeds 80 columns #183: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.h:123: +static inline void mlx5e_psp_csum_complete(struct net_device *netdev, struct sk_buff *skb) { } WARNING: line length of 100 exceeds 80 columns #203: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1523: + /* TBD: PSP csum complete corrections for now chose csum_unnecessary path */ total: 0 errors, 9 warnings, 0 checks, 284 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 68c87eb54a4e ("net/mlx5e: Add Rx data path offload") 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, 9 warnings, 0 checks, 284 lines checked