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

Hans Petter Selasky hselasky at FreeBSD.org
Thu Aug 2 08:40:47 UTC 2018


Author: hselasky
Date: Thu Aug  2 08:40:46 2018
New Revision: 337102
URL: https://svnweb.freebsd.org/changeset/base/337102

Log:
  MFC r336396:
  Remove redundant newline character in mlx5core.
  
  Sponsored by:		Mellanox Technologies

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

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Thu Aug  2 08:39:48 2018	(r337101)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Thu Aug  2 08:40:46 2018	(r337102)
@@ -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-stable-11 mailing list