svn commit: r353220 - stable/11/sys/dev/mlx5/mlx5_core

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 7 09:17:22 UTC 2019


Author: hselasky
Date: Mon Oct  7 09:17:21 2019
New Revision: 353220
URL: https://svnweb.freebsd.org/changeset/base/353220

Log:
  MFC r352973:
  Add missing blank line at the end of the print in mlx5core.
  
  Submitted by:	slavash@
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_eq.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_eq.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_eq.c	Mon Oct  7 09:16:43 2019	(r353219)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_eq.c	Mon Oct  7 09:17:21 2019	(r353220)
@@ -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