public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA/mlx5: Fix trailing */ formatting in block comment
@ 2023-08-22 12:04 Rohit Chavan
  2023-08-22 14:27 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Rohit Chavan @ 2023-08-22 12:04 UTC (permalink / raw)
  To: Leon Romanovsky, Jason Gunthorpe, linux-rdma, linux-kernel; +Cc: Rohit Chavan

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 <roheetchavan@gmail.com>
---
 drivers/infiniband/hw/mlx5/mr.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/mlx5/mr.c b/drivers/infiniband/hw/mlx5/mr.c
index 2017ede100a6..2e3d00c62380 100644
--- a/drivers/infiniband/hw/mlx5/mr.c
+++ b/drivers/infiniband/hw/mlx5/mr.c
@@ -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);
--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] RDMA/mlx5: Fix trailing */ formatting in block comment
  2023-08-22 12:04 [PATCH] RDMA/mlx5: Fix trailing */ formatting in block comment Rohit Chavan
@ 2023-08-22 14:27 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2023-08-22 14:27 UTC (permalink / raw)
  To: Jason Gunthorpe, linux-rdma, linux-kernel, Rohit Chavan


On Tue, 22 Aug 2023 17:34:51 +0530, Rohit Chavan wrote:
> Resolved a formatting issue where the trailing */ in a block comment
> was placed on a same line instead of separate line.
> 
> 

Applied, thanks!

[1/1] RDMA/mlx5: Fix trailing */ formatting in block comment
      https://git.kernel.org/rdma/rdma/c/d3c2245754220b

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-22 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 12:04 [PATCH] RDMA/mlx5: Fix trailing */ formatting in block comment Rohit Chavan
2023-08-22 14:27 ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox