projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932c6de
)
cxl: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:32 +0000
(13:11 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 24 Nov 2022 12:12:19 +0000
(23:12 +1100)
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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220521111145.81697-82-Julia.Lawall@inria.fr
include/misc/cxl.h
patch
|
blob
|
history
diff --git
a/include/misc/cxl.h
b/include/misc/cxl.h
index 0410412de16b0ccbe0a64601a30c43351faebf6d..d8044299d654d92e77579ea4ecdf833411b172fd 100644
(file)
--- 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 stopp
p
ed 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()