Commit 37195ede authored by Julia Lawall's avatar Julia Lawall Committed by Michael Ellerman

cxl: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Acked-by: default avatarAndrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220521111145.81697-82-Julia.Lawall@inria.fr
parent 932c6dea
...@@ -30,7 +30,7 @@ unsigned int cxl_pci_to_cfg_record(struct pci_dev *dev); ...@@ -30,7 +30,7 @@ unsigned int cxl_pci_to_cfg_record(struct pci_dev *dev);
/* /*
* Context lifetime overview: * 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. * before it's released. ie.
* - cxl_dev_context_init() * - cxl_dev_context_init()
* - cxl_start_context() * - cxl_start_context()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment