Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1633034
| From | Colin Ian King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" |
| Date | 2017-04-28 19:20 +0200 |
| Message-ID | <tBhIJ-22D-1@gated-at.bofh.it> (permalink) |
| References | <tzItI-5cz-15@gated-at.bofh.it> <tzQhA-1yE-9@gated-at.bofh.it> <tBhz4-1Yt-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 28/04/17 18:08, Doug Ledford wrote:
> On Mon, 2017-04-24 at 10:44 -0700, Joe Perches wrote:
>> 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
>
> I added a newline and then applied the patch. Thanks.
>
Thanks Doug. I overlooked replying to the earlier email.
Colin
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" Doug Ledford <dledford@redhat.com> - 2017-04-28 19:10 +0200 Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" Colin Ian King <colin.king@canonical.com> - 2017-04-28 19:20 +0200
csiph-web