From: Julia Lawall Date: Sat, 21 May 2022 11:11:32 +0000 (+0200) Subject: cxl: fix typo in comment X-Git-Tag: v6.2-rc1~52^2~119 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=37195edebf479b94f1e20c2a83a29e4beebe7ff5;p=linux-block.git cxl: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Andrew Donnellan Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20220521111145.81697-82-Julia.Lawall@inria.fr --- 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()