All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cxl: fix typo in comment
@ 2022-05-21 11:11 ` Julia Lawall
  0 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Frederic Barrat
  Cc: linuxppc-dev, kernel-janitors, Andrew Donnellan, linux-kernel

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

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 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()


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] cxl: fix typo in comment
@ 2022-05-21 11:11 ` Julia Lawall
  0 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Frederic Barrat
  Cc: kernel-janitors, Andrew Donnellan, linuxppc-dev, linux-kernel

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

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 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()


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
  2022-05-21 11:11 ` Julia Lawall
@ 2022-05-22 23:27   ` Andrew Donnellan
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrew Donnellan @ 2022-05-22 23:27 UTC (permalink / raw)
  To: Julia Lawall, Frederic Barrat; +Cc: kernel-janitors, linuxppc-dev, linux-kernel

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 <Julia.Lawall@inria.fr>

Acked-by: Andrew Donnellan <ajd@linux.ibm.com>


-- 
Andrew Donnellan              OzLabs, ADL Canberra
ajd@linux.ibm.com             IBM Australia Limited

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
@ 2022-05-22 23:27   ` Andrew Donnellan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Donnellan @ 2022-05-22 23:27 UTC (permalink / raw)
  To: Julia Lawall, Frederic Barrat; +Cc: linuxppc-dev, kernel-janitors, linux-kernel

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 <Julia.Lawall@inria.fr>

Acked-by: Andrew Donnellan <ajd@linux.ibm.com>


-- 
Andrew Donnellan              OzLabs, ADL Canberra
ajd@linux.ibm.com             IBM Australia Limited

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
  2022-05-22 23:27   ` Andrew Donnellan
@ 2022-11-14 12:43     ` Christophe Leroy
  -1 siblings, 0 replies; 10+ messages in thread
From: Christophe Leroy @ 2022-11-14 12:43 UTC (permalink / raw)
  To: Andrew Donnellan, Julia Lawall, Frederic Barrat, Bjorn Helgaas
  Cc: kernel-janitors, linuxppc-dev, linux-kernel

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 <Julia.Lawall@inria.fr>
> 
> Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
> 
> 

How should apply that change ?

Thanks
Christophe

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
@ 2022-11-14 12:43     ` Christophe Leroy
  0 siblings, 0 replies; 10+ messages in thread
From: Christophe Leroy @ 2022-11-14 12:43 UTC (permalink / raw)
  To: Andrew Donnellan, Julia Lawall, Frederic Barrat, Bjorn Helgaas
  Cc: linuxppc-dev, kernel-janitors, linux-kernel

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 <Julia.Lawall@inria.fr>
> 
> Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
> 
> 

How should apply that change ?

Thanks
Christophe

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
  2022-11-14 12:43     ` Christophe Leroy
@ 2022-11-24 10:45       ` Michael Ellerman
  -1 siblings, 0 replies; 10+ messages in thread
From: Michael Ellerman @ 2022-11-24 10:45 UTC (permalink / raw)
  To: Christophe Leroy, Andrew Donnellan, Julia Lawall,
	Frederic Barrat, Bjorn Helgaas
  Cc: linuxppc-dev, kernel-janitors, linux-kernel

Christophe Leroy <christophe.leroy@csgroup.eu> 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 <Julia.Lawall@inria.fr>
>> 
>> Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
>> 
>> 
>
> How should apply that change ?

I will.

cheers

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
@ 2022-11-24 10:45       ` Michael Ellerman
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Ellerman @ 2022-11-24 10:45 UTC (permalink / raw)
  To: Christophe Leroy, Andrew Donnellan, Julia Lawall,
	Frederic Barrat, Bjorn Helgaas
  Cc: kernel-janitors, linuxppc-dev, linux-kernel

Christophe Leroy <christophe.leroy@csgroup.eu> 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 <Julia.Lawall@inria.fr>
>> 
>> Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
>> 
>> 
>
> How should apply that change ?

I will.

cheers

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
  2022-05-21 11:11 ` Julia Lawall
@ 2022-11-30  9:23   ` Michael Ellerman
  -1 siblings, 0 replies; 10+ messages in thread
From: Michael Ellerman @ 2022-11-30  9:23 UTC (permalink / raw)
  To: Frederic Barrat, Julia Lawall
  Cc: linux-kernel, linuxppc-dev, Andrew Donnellan, kernel-janitors

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] cxl: fix typo in comment
@ 2022-11-30  9:23   ` Michael Ellerman
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Ellerman @ 2022-11-30  9:23 UTC (permalink / raw)
  To: Frederic Barrat, Julia Lawall
  Cc: kernel-janitors, linuxppc-dev, linux-kernel, Andrew Donnellan

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-30  9:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] cxl: fix typo in comment Julia Lawall
2022-05-21 11:11 ` Julia Lawall
2022-05-22 23:27 ` Andrew Donnellan
2022-05-22 23:27   ` Andrew Donnellan
2022-11-14 12:43   ` Christophe Leroy
2022-11-14 12:43     ` Christophe Leroy
2022-11-24 10:45     ` Michael Ellerman
2022-11-24 10:45       ` Michael Ellerman
2022-11-30  9:23 ` Michael Ellerman
2022-11-30  9:23   ` Michael Ellerman

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.