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 84 exceeds 80 columns #60: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:127: +bool mlx5e_psp_offload_handle_rx_skb(struct net_device *netdev, struct sk_buff *skb, WARNING: line length of 82 exceeds 80 columns #68: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:135: + /* TBD: report errors as SW counters to ethtool, any further handling ? */ WARNING: line length of 96 exceeds 80 columns #69: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:136: + if (MLX5_PSP_METADATA_SYNDROM(psp_meta_data) != MLX5E_PSP_OFFLOAD_RX_SYNDROME_DECRYPTED) WARNING: line length of 84 exceeds 80 columns #112: 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 #136: 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 #156: 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, 7 warnings, 0 checks, 237 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 55e989aeb299 ("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, 237 lines checked