Skip to content

Commit

Permalink
cxl: fix typo in comment
Browse files Browse the repository at this point in the history
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <[email protected]>
Acked-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
JuliaLawall authored and mpe committed Nov 24, 2022
1 parent 932c6de commit 37195ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/misc/cxl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 37195ed

Please sign in to comment.