public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Shamir Rabinovitch <shamir.rabinovitch@oracle.com>
To: Colin King <colin.king@canonical.com>
Cc: Michal Kalderon <Michal.Kalderon@cavium.com>,
	Ariel Elior <Ariel.Elior@cavium.com>,
	Doug Ledford <dledford@redhat.com>,
	Jason Gunthorpe <jgg@ziepe.ca>,
	linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] qedr: ix spelling mistake: "hanlde" -> "handle"
Date: Thu, 29 Mar 2018 13:49:57 +0000	[thread overview]
Message-ID: <20180329134957.GA29272@srabinov-linux.nl.oracle.com> (raw)
In-Reply-To: <20180329121107.27248-1-colin.king@canonical.com>

On Thu, Mar 29, 2018 at 01:11:07PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in DP_ERR message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/infiniband/hw/qedr/main.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c
> index 1f032fdbdb19..36d60d3c1630 100644
> --- a/drivers/infiniband/hw/qedr/main.c
> +++ b/drivers/infiniband/hw/qedr/main.c
> @@ -708,7 +708,7 @@ static void qedr_affiliated_event(void *context, u8 e_code, void *fw_handle)
>  			     "Error: CQ event with NULL pointer ibcq. Handle=%llx\n",
>  			     roce_handle64);
>  		}
> -		DP_ERR(dev, "CQ event %d on hanlde %p\n", e_code, cq);
> +		DP_ERR(dev, "CQ event %d on handle %p\n", e_code, cq);
>  		break;
>  	case EVENT_TYPE_QP:
>  		qp = (struct qedr_qp *)(uintptr_t)roce_handle64;
> @@ -724,7 +724,7 @@ static void qedr_affiliated_event(void *context, u8 e_code, void *fw_handle)
>  			     "Error: QP event with NULL pointer ibqp. Handle=%llx\n",
>  			     roce_handle64);
>  		}
> -		DP_ERR(dev, "QP event %d on hanlde %p\n", e_code, qp);
> +		DP_ERR(dev, "QP event %d on handle %p\n", e_code, qp);
>  		break;
>  	default:
>  		break;
> -- 
> 2.15.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reviewed-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com>


  reply	other threads:[~2018-03-29 13:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29 12:11 [PATCH] qedr: ix spelling mistake: "hanlde" -> "handle" Colin King
2018-03-29 13:49 ` Shamir Rabinovitch [this message]
2018-03-29 19:20 ` Jason Gunthorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180329134957.GA29272@srabinov-linux.nl.oracle.com \
    --to=shamir.rabinovitch@oracle.com \
    --cc=Ariel.Elior@cavium.com \
    --cc=Michal.Kalderon@cavium.com \
    --cc=colin.king@canonical.com \
    --cc=dledford@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox