summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 05:33:07 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2021-03-29 05:22:18 +0300
commite23ecdf9fd87c547a3ac55bcebaf7df28df2fab0 (patch)
tree6bd7d219c26dc5b9ba2c4d8a6f88b11d8295c058 /drivers
parent48cf12d88969bd4238b8769767eb476970319d93 (diff)
downloadlinux-e23ecdf9fd87c547a3ac55bcebaf7df28df2fab0.tar.xz
cxl: Fix couple of spellings
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
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/cxl/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/context.c b/drivers/misc/cxl/context.c
index fb2eff69e449..e627b4056623 100644
--- 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 filesytem symantics (can't IOCTL until open is complete).
+ * Linux filesystem semantics (can't IOCTL until open is complete).
*/
i = cxl_alloc_sst(ctx);
if (i)