projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48cf12d
)
cxl: Fix couple of spellings
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 02:33:07 +0000
(08:03 +0530)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 29 Mar 2021 02:22:18 +0000
(13:22 +1100)
s/filesytem/filesystem/
s/symantics/semantics/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20210322023307.168754-1-unixbhaskar@gmail.com
drivers/misc/cxl/context.c
patch
|
blob
|
history
diff --git
a/drivers/misc/cxl/context.c
b/drivers/misc/cxl/context.c
index fb2eff69e449d29aa2670070361c40690bee85c2..e627b405662395eec33405b942e9ba4ad196d456 100644
(file)
--- a/
drivers/misc/cxl/context.c
+++ b/
drivers/misc/cxl/context.c
@@
-52,7
+52,7
@@
int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master)
* can always access it when dereferenced from IDR. For the same
* reason, the segment table is only destroyed after the context is
* removed from the IDR. Access to this in the IOCTL is protected by
- * Linux filesy
tem sy
mantics (can't IOCTL until open is complete).
+ * Linux filesy
stem se
mantics (can't IOCTL until open is complete).
*/
i = cxl_alloc_sst(ctx);
if (i)