net/mlx5: remove redundant new line in logs
authorDekel Peled <dekelp@mellanox.com>
Wed, 30 Oct 2019 08:42:08 +0000 (10:42 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Nov 2019 22:15:04 +0000 (23:15 +0100)
commit06fa6988d881bcc31ed3f15fb5dd1a832a35e019
tree62d03f3481760b3e4aa16a6dcc59512a4945ec9c
parent1161029318a94eba01ea3e23553bb2106cab4056
net/mlx5: remove redundant new line in logs

DRV_LOG macro is used to print log messages, one per line.
In several locations this macro is used with redundant '\n' character
at the end of the log message, causing blank lines between log lines.

This patch removes the '\n' character where it is redundant.

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5_devx_cmds.c
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_rxtx.c