WARNING: line length of 81 exceeds 80 columns #84: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:30: + MLX5_SET(fte_match_set_lyr_2_4, spec->match_criteria, udp_dport, 0xffff); WARNING: line length of 83 exceeds 80 columns #86: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:32: + MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, spec->match_criteria, ip_protocol); WARNING: line length of 85 exceeds 80 columns #87: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:33: + MLX5_SET(fte_match_set_lyr_2_4, spec->match_value, ip_protocol, IPPROTO_UDP); WARNING: line length of 91 exceeds 80 columns #122: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:68: + mlx5_core_err(mdev, "PSP: fail to add psp tx flow table, err = %d\n", err); WARNING: line length of 91 exceeds 80 columns #134: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:80: + mlx5_core_err(mdev, "PSP: fail to add psp tx flow group, err = %d\n", err); WARNING: line length of 90 exceeds 80 columns #146: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:92: + mlx5_core_err(mdev, "PSP: fail to add psp tx flow rule, err = %d\n", err); WARNING: line length of 81 exceeds 80 columns #223: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:169: + ns = mlx5_get_flow_namespace(fs->mdev, MLX5_FLOW_NAMESPACE_EGRESS_IPSEC); WARNING: line length of 89 exceeds 80 columns #311: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c:309: + mlx5_core_err(mdev, "Failed to create encryption key (err = %d)\n", err); WARNING: line length of 83 exceeds 80 columns #402: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.h:42: +static inline void mlx5_accel_psp_fs_cleanup_tx_tables(struct mlx5e_priv *priv) { } WARNING: line length of 85 exceeds 80 columns #456: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.h:11: + MLX5_ACCEL_OBJ_PSP_KEY = MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_PURPOSE_PSP, total: 0 errors, 10 warnings, 0 checks, 401 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 441b596a89fe ("net/mlx5e: Implement PSP operations .assoc_add and .assoc_del") 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, 10 warnings, 0 checks, 401 lines checked