summaryrefslogtreecommitdiffstats
path: root/include/misc
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:11:32 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-11-24 23:12:19 +1100
commit37195edebf479b94f1e20c2a83a29e4beebe7ff5 (patch)
tree720cb919f41bb85518b5841e84ad873a252b347d /include/misc
parent932c6dea4f32f7d71488137c475b60a77e56bb2a (diff)
downloadlinux-37195edebf479b94f1e20c2a83a29e4beebe7ff5.tar.bz2
cxl: fix typo in comment
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
Diffstat (limited to 'include/misc')
-rw-r--r--include/misc/cxl.h2
1 files changed, 1 insertions, 1 deletions
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()