Add missing blank line at the end of the print in mlx5core.

Submitted by:	slavash@
MFC after:	3 days
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2019-10-02 09:45:07 +00:00
parent 98f486724d
commit ef65cb579c

View File

@ -219,7 +219,7 @@ mlx5_temp_warning_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe)
{
mlx5_core_warn(dev,
"High temperature on sensors with bit set %#jx %#jx",
"High temperature on sensors with bit set %#jx %#jx\n",
(uintmax_t)be64_to_cpu(eqe->data.temp_warning.sensor_warning_msb),
(uintmax_t)be64_to_cpu(eqe->data.temp_warning.sensor_warning_lsb));
}