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

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jul 17 10:11:01 UTC 2018


Author: hselasky
Date: Tue Jul 17 10:11:00 2018
New Revision: 336396
URL: https://svnweb.freebsd.org/changeset/base/336396

Log:
  Remove redundant newline character in mlx5core.
  
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

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

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_fw.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Tue Jul 17 10:07:40 2018	(r336395)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Tue Jul 17 10:11:00 2018	(r336396)
@@ -159,8 +159,7 @@ int mlx5_query_hca_caps(struct mlx5_core_dev *dev)
 			return err;
 	}
 
-	if (
-	    MLX5_CAP_GEN(dev, eswitch_flow_table)) {
+	if (MLX5_CAP_GEN(dev, eswitch_flow_table)) {
 		err = mlx5_core_get_caps(dev, MLX5_CAP_ESWITCH_FLOW_TABLE);
 		if (err)
 			return err;


More information about the svn-src-head mailing list