svn commit: r352973 - head/sys/dev/mlx5/mlx5_core

Hans Petter Selasky hselasky at FreeBSD.org
Wed Oct 2 09:45:08 UTC 2019


Author: hselasky
Date: Wed Oct  2 09:45:07 2019
New Revision: 352973
URL: https://svnweb.freebsd.org/changeset/base/352973

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

Modified:
  head/sys/dev/mlx5/mlx5_core/mlx5_eq.c

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_eq.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_eq.c	Wed Oct  2 09:43:48 2019	(r352972)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_eq.c	Wed Oct  2 09:45:07 2019	(r352973)
@@ -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-head mailing list