aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/kmem.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2019-11-07 13:24:52 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2019-11-10 10:21:57 -0800
commitcf085a1b5d221448c0c7425f3b9b9a9e2134e53e (patch)
tree855e639e6fd87d368a97c4ec474d93c6203843fd /fs/xfs/kmem.c
parentxfs: range check ri_cnt when recovering log items (diff)
downloadlinux-dev-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.tar.xz
linux-dev-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.zip
xfs: Correct comment tyops -> typos
Just fix the typos checkpatch notices... Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/kmem.c')
-rw-r--r--fs/xfs/kmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/kmem.c b/fs/xfs/kmem.c
index da031b93e182..1da94237a8cf 100644
--- a/fs/xfs/kmem.c
+++ b/fs/xfs/kmem.c
@@ -32,7 +32,7 @@ kmem_alloc(size_t size, xfs_km_flags_t flags)
/*
- * __vmalloc() will allocate data pages and auxillary structures (e.g.
+ * __vmalloc() will allocate data pages and auxiliary structures (e.g.
* pagetables) with GFP_KERNEL, yet we may be under GFP_NOFS context here. Hence
* we need to tell memory reclaim that we are in such a context via
* PF_MEMALLOC_NOFS to prevent memory reclaim re-entering the filesystem here