Author: hselasky
Date: Fri Mar 30 19:35:31 2018
New Revision: 331819
URL: https://svnweb.freebsd.org/changeset/base/331819

Log:
  Add missing newline character in print in mlx5core.
  
  MFC after:    3 days
  Submitted by: slavash@
  Sponsored by: Mellanox Technologies

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

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_health.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_health.c   Fri Mar 30 19:26:45 2018        
(r331818)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_health.c   Fri Mar 30 19:35:31 2018        
(r331819)
@@ -183,7 +183,7 @@ static void reset_fw_if_needed(struct mlx5_core_dev *d
            fatal_error == MLX5_SENSOR_NIC_DISABLED ||
            fatal_error == MLX5_SENSOR_NIC_SW_RESET ||
            test_bit(MLX5_SKIP_SW_RESET, &health->flags)) {
-               mlx5_core_warn(dev, "Not issuing FW reset. Either it's already 
done or won't help.");
+               mlx5_core_warn(dev, "Not issuing FW reset. Either it's already 
done or won't help.\n");
                return;
        }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to