]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Remove redundant newline in NL_SET_ERR_MSG_MOD
authorRoi Dayan <roid@nvidia.com>
Tue, 9 Mar 2021 16:25:59 +0000 (18:25 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 12 Mar 2021 23:29:31 +0000 (15:29 -0800)
commita97378b5499c32acc36ed9271a3414a7d46826ce
tree66a0d8c33b2d778b44300c2182d3fccced5a29ea
parent2f02dd12f27f3daf8ada367e7de13ffd1024adf1
net/mlx5e: Remove redundant newline in NL_SET_ERR_MSG_MOD

Fix the following coccicheck warnings:

drivers/net/ethernet/mellanox/mlx5/core/devlink.c:145:29-66: WARNING
avoid newline at end of message in NL_SET_ERR_MSG_MOD
drivers/net/ethernet/mellanox/mlx5/core/devlink.c:140:29-77: WARNING
avoid newline at end of message in NL_SET_ERR_MSG_MOD

Signed-off-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/devlink.c