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:
parent
98f486724d
commit
ef65cb579c
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user