svn commit: r353219 - stable/12/sys/dev/mlx5/mlx5_core
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Oct 7 09:16:44 UTC 2019
Author: hselasky
Date: Mon Oct 7 09:16:43 2019
New Revision: 353219
URL: https://svnweb.freebsd.org/changeset/base/353219
Log:
MFC r352973:
Add missing blank line at the end of the print in mlx5core.
Submitted by: slavash@
Sponsored by: Mellanox Technologies
Modified:
stable/12/sys/dev/mlx5/mlx5_core/mlx5_eq.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/mlx5/mlx5_core/mlx5_eq.c
==============================================================================
--- stable/12/sys/dev/mlx5/mlx5_core/mlx5_eq.c Mon Oct 7 09:15:47 2019 (r353218)
+++ stable/12/sys/dev/mlx5/mlx5_core/mlx5_eq.c Mon Oct 7 09:16:43 2019 (r353219)
@@ -219,7 +219,7 @@ mlx5_temp_warning_event(struct mlx5_core_dev *dev, str
{
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));
}
More information about the svn-src-all
mailing list