kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"
@ 2023-06-26  8:35 Colin Ian King
  2023-06-26 14:03 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-06-26  8:35 UTC (permalink / raw)
  To: Selvin Xavier, Jason Gunthorpe, Leon Romanovsky, linux-rdma
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a comment and in a dev_err error message.
Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/infiniband/hw/bnxt_re/qplib_res.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/bnxt_re/qplib_res.c b/drivers/infiniband/hw/bnxt_re/qplib_res.c
index 1c6c6c0bcf52..5fd8f7c90bb0 100644
--- a/drivers/infiniband/hw/bnxt_re/qplib_res.c
+++ b/drivers/infiniband/hw/bnxt_re/qplib_res.c
@@ -726,7 +726,7 @@ int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res,
 
 	switch (type) {
 	case BNXT_QPLIB_DPI_TYPE_KERNEL:
-		/* priviledged dbr was already mapped just initialize it. */
+		/* privileged dbr was already mapped just initialize it. */
 		dpi->umdbr = dpit->ucreg.bar_base +
 			     dpit->ucreg.offset + bit_num * PAGE_SIZE;
 		dpi->dbr = dpit->priv_db;
@@ -932,7 +932,7 @@ int bnxt_qplib_map_db_bar(struct bnxt_qplib_res *res)
 	}
 	ucreg->bar_reg = ioremap(ucreg->bar_base, ucreg->len);
 	if (!ucreg->bar_reg) {
-		dev_err(&res->pdev->dev, "priviledged dpi map failed!");
+		dev_err(&res->pdev->dev, "privileged dpi map failed!");
 		return -ENOMEM;
 	}
 
-- 
2.39.2


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

* Re: [PATCH][next] RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"
  2023-06-26  8:35 [PATCH][next] RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged" Colin Ian King
@ 2023-06-26 14:03 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2023-06-26 14:03 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Selvin Xavier, Leon Romanovsky, linux-rdma, kernel-janitors,
	linux-kernel

On Mon, Jun 26, 2023 at 09:35:35AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a comment and in a dev_err error message.
> Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/infiniband/hw/bnxt_re/qplib_res.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to for-next, thanks

Jason

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

end of thread, other threads:[~2023-06-26 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26  8:35 [PATCH][next] RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged" Colin Ian King
2023-06-26 14:03 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).