diff mbox series

cxl: fix typo in comment

Message ID 20220521111145.81697-82-Julia.Lawall@inria.fr (mailing list archive)
State Accepted
Commit 37195edebf479b94f1e20c2a83a29e4beebe7ff5
Headers show
Series cxl: fix typo in comment | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_kernel_qemu success Successfully ran 24 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 7 jobs.
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.

Commit Message

Julia Lawall May 21, 2022, 11:11 a.m. UTC
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(-)

Comments

Andrew Donnellan May 22, 2022, 11:27 p.m. UTC | #1
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>
Christophe Leroy Nov. 14, 2022, 12:43 p.m. UTC | #2
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
Michael Ellerman Nov. 24, 2022, 10:45 a.m. UTC | #3
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
Michael Ellerman Nov. 30, 2022, 9:23 a.m. UTC | #4
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
diff mbox series

Patch

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