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/nisp_rxtx.c:159: + psph = (const struct psphdr *)(skb->data + depth + sizeof(struct udphdr)); WARNING: line length of 81 exceeds 80 columns #99: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.c:167: + htons(ntohs(ipv6h->payload_len) - PSP_ENCAP_HLEN - PSP_TRL_SIZE); WARNING: line length of 85 exceeds 80 columns #107: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.c:175: +void mlx5e_nisp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 82 exceeds 80 columns #112: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.c:180: + /* TBD: report errors as SW counters to ethtool, any further handling ? */ WARNING: line length of 81 exceeds 80 columns #141: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.h:15: +#define MLX5_NISP_METADATA_SYNDROM(metadata) (((metadata) >> 23) & GENMASK(6, 0)) WARNING: line length of 85 exceeds 80 columns #157: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.h:89: +void mlx5e_nisp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 95 exceeds 80 columns #180: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nisp_rxtx.h:122: +static inline void mlx5e_nisp_csum_complete(struct net_device *netdev, struct sk_buff *skb) { } WARNING: line length of 100 exceeds 80 columns #200: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1522: + /* TBD: PSP csum complete corrections for now chose csum_unnecessary path */ total: 0 errors, 9 warnings, 0 checks, 172 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 b44b98a7b0eb ("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, 172 lines checked