Commit d3c22457 authored by Rohit Chavan's avatar Rohit Chavan Committed by Leon Romanovsky
Browse files

RDMA/mlx5: Fix trailing */ formatting in block comment



Resolved a formatting issue where the trailing */ in a block comment
was placed on a same line instead of separate line.

Signed-off-by: default avatarRohit Chavan <roheetchavan@gmail.com>
Link: https://lore.kernel.org/r/20230822120451.8215-1-roheetchavan@gmail.com


Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
parent 6812e069
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1235,7 +1235,8 @@ static struct mlx5_ib_mr *reg_create(struct ib_pd *pd, struct ib_umem *umem,
	}

	/* The pg_access bit allows setting the access flags
	 * in the page list submitted with the command. */
	 * in the page list submitted with the command.
	 */
	MLX5_SET(create_mkey_in, in, pg_access, !!(pg_cap));

	mkc = MLX5_ADDR_OF(create_mkey_in, in, memory_key_mkey_entry);