All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
To: Colin King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
	Moni Shoua <monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Hal Rosenstock
	<hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm"
Date: Mon, 24 Apr 2017 10:44:56 -0700	[thread overview]
Message-ID: <1493055896.31620.2.camel@perches.com> (raw)
In-Reply-To: <20170424092642.29862-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>

On Mon, 2017-04-24 at 10:26 +0100, Colin King wrote:
> trivial fix to typo in pr_err message
[]
> diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
[]
> @@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe)
>  
>  	rxe->tfm = crypto_alloc_shash("crc32", 0, 0);
>  	if (IS_ERR(rxe->tfm)) {
> -		pr_err("failed to allocate crc algorithmi err:%ld",
> +		pr_err("failed to allocate crc algorithm err:%ld",

nicer to add a newline too

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Colin King <colin.king@canonical.com>,
	Moni Shoua <monis@mellanox.com>,
	Doug Ledford <dledford@redhat.com>,
	Sean Hefty <sean.hefty@intel.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>,
	linux-rdma@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm"
Date: Mon, 24 Apr 2017 10:44:56 -0700	[thread overview]
Message-ID: <1493055896.31620.2.camel@perches.com> (raw)
In-Reply-To: <20170424092642.29862-1-colin.king@canonical.com>

On Mon, 2017-04-24 at 10:26 +0100, Colin King wrote:
> trivial fix to typo in pr_err message
[]
> diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
[]
> @@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe)
>  
>  	rxe->tfm = crypto_alloc_shash("crc32", 0, 0);
>  	if (IS_ERR(rxe->tfm)) {
> -		pr_err("failed to allocate crc algorithmi err:%ld",
> +		pr_err("failed to allocate crc algorithm err:%ld",

nicer to add a newline too

  parent reply	other threads:[~2017-04-24 17:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-24  9:26 [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" Colin King
2017-04-24  9:26 ` Colin King
     [not found] ` <20170424092642.29862-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2017-04-24  9:41   ` Moni Shoua
2017-04-24  9:41     ` Moni Shoua
2017-04-24 17:44   ` Joe Perches [this message]
2017-04-24 17:44     ` Joe Perches
     [not found]     ` <1493055896.31620.2.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2017-04-28 17:08       ` Doug Ledford
2017-04-28 17:08         ` Doug Ledford
     [not found]         ` <1493399309.3041.158.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-04-28 17:14           ` Colin Ian King
2017-04-28 17:14             ` Colin Ian King

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=1493055896.31620.2.camel@perches.com \
    --to=joe-6d6dil74uinbdgjk7y7tuq@public.gmane.org \
    --cc=colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.