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)
commitbca08a9145015d14e285dc4c24614dd5212ffb8d
tree66a0d8c33b2d778b44300c2182d3fccced5a29ea
parent093bd764693711667e7f0dfd95dfa1b938efcec9
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