WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #113: new file mode 100644 WARNING: line length of 89 exceeds 80 columns #192: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:75: + (MLX5_ST_SZ_BYTES(mnvda_reg) - MLX5_BYTE_OFF(mnvda_reg, configuration_item_data)) WARNING: line length of 99 exceeds 80 columns #196: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:79: + configuration_item_header.type.configuration_item_type_class_##_cls_name._field, \ WARNING: line length of 81 exceeds 80 columns #206: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:89: +static int mlx5_nv_param_read(struct mlx5_core_dev *dev, void *mnvda, size_t len) WARNING: line length of 86 exceeds 80 columns #216: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:99: + err = mlx5_core_access_reg(dev, mnvda, len, mnvda, len, MLX5_REG_MNVDA, 0, 0); WARNING: line length of 100 exceeds 80 columns #221: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:104: + configuration_item_header.type.configuration_item_type_class_global); WARNING: line length of 89 exceeds 80 columns #223: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:106: + type_class = MLX5_GET(configuration_item_type_class_global, cls_ptr, type_class); WARNING: line length of 93 exceeds 80 columns #224: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:107: + param_idx = MLX5_GET(configuration_item_type_class_global, cls_ptr, parameter_index); WARNING: line length of 85 exceeds 80 columns #230: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:113: + /* Let devlink skip this one if it fails, kernel log will have the failure */ WARNING: line length of 82 exceeds 80 columns #234: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:117: +static int mlx5_nv_param_write(struct mlx5_core_dev *dev, void *mnvda, size_t len) WARNING: line length of 87 exceeds 80 columns #242: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:125: + return mlx5_core_access_reg(dev, mnvda, len, mnvda, len, MLX5_REG_MNVDA, 0, 1); WARNING: line length of 86 exceeds 80 columns #246: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:129: +mlx5_nv_param_read_sw_offload_conf(struct mlx5_core_dev *dev, void *mnvda, size_t len) WARNING: line length of 82 exceeds 80 columns #259: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:142: +static int mlx5_nv_param_devlink_cqe_compress_get(struct devlink *devlink, u32 id, WARNING: line length of 85 exceeds 80 columns #260: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:143: + struct devlink_param_gset_ctx *ctx) WARNING: line length of 82 exceeds 80 columns #299: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:182: +static int mlx5_nv_param_devlink_cqe_compress_set(struct devlink *devlink, u32 id, WARNING: line length of 85 exceeds 80 columns #300: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:183: + struct devlink_param_gset_ctx *ctx, WARNING: line length of 81 exceeds 80 columns #301: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:184: + struct netlink_ext_ack *extack) WARNING: line length of 87 exceeds 80 columns #316: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:199: + NL_SET_ERR_MSG_MOD(extack, "Failed to read sw_offload_conf mnvda reg"); total: 0 errors, 18 warnings, 0 checks, 314 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 c1945b4fe4f0 ("net/mlx5: Implement cqe_compress_type via devlink params") 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, 18 warnings, 0 checks, 314 lines checked