2022-05-22 10:10:51

by Julia Lawall

[permalink] [raw]
Subject: [PATCH] cxl: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <[email protected]>

---
include/misc/cxl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/misc/cxl.h b/include/misc/cxl.h
index 0410412de16b..d8044299d654 100644
--- a/include/misc/cxl.h
+++ b/include/misc/cxl.h
@@ -30,7 +30,7 @@ unsigned int cxl_pci_to_cfg_record(struct pci_dev *dev);
/*
* Context lifetime overview:
*
- * An AFU context may be inited and then started and stoppped multiple times
+ * An AFU context may be inited and then started and stopped multiple times
* before it's released. ie.
* - cxl_dev_context_init()
* - cxl_start_context()



2022-05-23 08:04:57

by Andrew Donnellan

[permalink] [raw]
Subject: Re: [PATCH] cxl: fix typo in comment

On 21/5/22 21:11, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <[email protected]>

Acked-by: Andrew Donnellan <[email protected]>


--
Andrew Donnellan OzLabs, ADL Canberra
[email protected] IBM Australia Limited

2022-11-14 13:27:45

by Christophe Leroy

[permalink] [raw]
Subject: Re: [PATCH] cxl: fix typo in comment

Le 23/05/2022 à 01:27, Andrew Donnellan a écrit :
> On 21/5/22 21:11, Julia Lawall wrote:
>> Spelling mistake (triple letters) in comment.
>> Detected with the help of Coccinelle.
>>
>> Signed-off-by: Julia Lawall <[email protected]>
>
> Acked-by: Andrew Donnellan <[email protected]>
>
>

How should apply that change ?

Thanks
Christophe

2022-11-24 11:17:00

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] cxl: fix typo in comment

Christophe Leroy <[email protected]> writes:
> Le 23/05/2022 à 01:27, Andrew Donnellan a écrit :
>> On 21/5/22 21:11, Julia Lawall wrote:
>>> Spelling mistake (triple letters) in comment.
>>> Detected with the help of Coccinelle.
>>>
>>> Signed-off-by: Julia Lawall <[email protected]>
>>
>> Acked-by: Andrew Donnellan <[email protected]>
>>
>>
>
> How should apply that change ?

I will.

cheers

2022-11-30 10:41:51

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] cxl: fix typo in comment

On Sat, 21 May 2022 13:11:32 +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
>

Applied to powerpc/next.

[1/1] cxl: fix typo in comment
https://git.kernel.org/powerpc/c/37195edebf479b94f1e20c2a83a29e4beebe7ff5

cheers