WARNING: line length of 81 exceeds 80 columns #31: 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 84 exceeds 80 columns #56: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:122: +bool mlx5e_psp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 82 exceeds 80 columns #65: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:131: + /* TBD: report errors as SW counters to ethtool, any further handling ? */ WARNING: line length of 97 exceeds 80 columns #66: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:132: + if (MLX5_PSP_METADATA_SYNDROME(psp_meta_data) != MLX5E_PSP_OFFLOAD_RX_SYNDROME_DECRYPTED) WARNING: line length of 81 exceeds 80 columns #93: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.h:15: +#define MLX5_PSP_METADATA_SYNDROME(metadata) (((metadata) >> 23) & GENMASK(6, 0)) WARNING: line length of 84 exceeds 80 columns #109: 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 100 exceeds 80 columns #149: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1526: + /* TBD: PSP csum complete corrections for now chose csum_unnecessary path */ total: 0 errors, 7 warnings, 0 checks, 228 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 43dd751726a2 ("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, 7 warnings, 0 checks, 228 lines checked