WARNING: line length of 91 exceeds 80 columns #80: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/devlink.c:88: +void mlx5e_devlink_port_unregister(struct mlx5e_dev *mlx5e_dev, struct mlx5_core_dev *mdev) WARNING: line length of 83 exceeds 80 columns #187: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:582: +mlx5_nv_param_read_keep_link_up(struct mlx5_core_dev *dev, void *mnvda, size_t len) WARNING: line length of 91 exceeds 80 columns #192: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:587: + MLX5_SET_CONFIG_ITEM_TYPE(physical_port, mnvda, port, mlx5_get_dev_index(dev) + 1); WARNING: line length of 85 exceeds 80 columns #214: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:609: + ctx->val.vbool = !!MLX5_GET(nv_keep_link_up, data, keep_eth_link_up); WARNING: line length of 84 exceeds 80 columns #216: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:611: + ctx->val.vbool = !!MLX5_GET(nv_keep_link_up, data, keep_ib_link_up); WARNING: line length of 82 exceeds 80 columns #241: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:636: + MLX5_SET(nv_keep_link_up, data, keep_eth_link_up, ctx->val.vbool); WARNING: line length of 81 exceeds 80 columns #243: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:638: + MLX5_SET(nv_keep_link_up, data, keep_ib_link_up, ctx->val.vbool); WARNING: line length of 85 exceeds 80 columns #275: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:670: +int mlx5_nv_port_param_register(struct mlx5_core_dev *dev, struct devlink_port *port) WARNING: line length of 84 exceeds 80 columns #279: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:674: + return devlink_port_params_register(port, mlx5_nv_param_devlink_port_params, WARNING: line length of 91 exceeds 80 columns #280: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:675: + ARRAY_SIZE(mlx5_nv_param_devlink_port_params)); WARNING: line length of 88 exceeds 80 columns #283: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:678: +void mlx5_nv_port_param_unregister(struct mlx5_core_dev *dev, struct devlink_port *port) WARNING: line length of 86 exceeds 80 columns #288: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.c:683: + ARRAY_SIZE(mlx5_nv_param_devlink_port_params)); WARNING: line length of 86 exceeds 80 columns #298: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.h:12: +int mlx5_nv_port_param_register(struct mlx5_core_dev *dev, struct devlink_port *port); WARNING: line length of 89 exceeds 80 columns #299: FILE: drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.h:13: +void mlx5_nv_port_param_unregister(struct mlx5_core_dev *dev, struct devlink_port *port); total: 0 errors, 14 warnings, 0 checks, 240 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 6801e264a37b ("net/mlx5: Implement devlink keep_link_up port parameter") 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, 14 warnings, 0 checks, 240 lines checked