Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Julia Lawall and committed by
Michael Ellerman
37195ede 932c6dea

+1 -1
+1 -1
include/misc/cxl.h
··· 30 30 /* 31 31 * Context lifetime overview: 32 32 * 33 - * An AFU context may be inited and then started and stoppped multiple times 33 + * An AFU context may be inited and then started and stopped multiple times 34 34 * before it's released. ie. 35 35 * - cxl_dev_context_init() 36 36 * - cxl_start_context()