Skip to content

Commit d3c2245

Browse files
roheetchavanrleon
authored andcommitted
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: Rohit Chavan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 6812e06 commit d3c2245

File tree

1 file changed

+2
-1
lines changed
  • drivers/infiniband/hw/mlx5

1 file changed

+2
-1
lines changed

drivers/infiniband/hw/mlx5/mr.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,8 @@ static struct mlx5_ib_mr *reg_create(struct ib_pd *pd, struct ib_umem *umem,
12351235
}
12361236

12371237
/* The pg_access bit allows setting the access flags
1238-
* in the page list submitted with the command. */
1238+
* in the page list submitted with the command.
1239+
*/
12391240
MLX5_SET(create_mkey_in, in, pg_access, !!(pg_cap));
12401241

12411242
mkc = MLX5_ADDR_OF(create_mkey_in, in, memory_key_mkey_entry);

0 commit comments

Comments
 (0)