Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1633031 > unrolled thread

Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm"

Started byDoug Ledford <dledford@redhat.com>
First post2017-04-28 19:10 +0200
Last post2017-04-28 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#1633031 — Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm"

FromDoug Ledford <dledford@redhat.com>
Date2017-04-28 19:10 +0200
SubjectRe: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm"
Message-ID<tBhz4-1Yt-15@gated-at.bofh.it>
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.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
   
Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

[toc] | [next] | [standalone]


#1633034

FromColin Ian King <colin.king@canonical.com>
Date2017-04-28 19:20 +0200
Message-ID<tBhIJ-22D-1@gated-at.bofh.it>
In reply to#1633031
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web