diff options
author | Joe Perches <joe@perches.com> | 2019-11-07 13:24:52 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-10 10:21:57 -0800 |
commit | cf085a1b5d221448c0c7425f3b9b9a9e2134e53e (patch) | |
tree | 855e639e6fd87d368a97c4ec474d93c6203843fd /fs/xfs/xfs_buf.c | |
parent | d6abecb82573fed5f7e4b595b5c0bd37707d2848 (diff) | |
download | linux-stable-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.tar.gz linux-stable-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.tar.bz2 linux-stable-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/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 1e63dd3d1257..2ed3c65c602f 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -461,7 +461,7 @@ _xfs_buf_map_pages( unsigned nofs_flag; /* - * vm_map_ram() will allocate auxillary structures (e.g. + * vm_map_ram() will allocate auxiliary structures (e.g. * pagetables) with GFP_KERNEL, yet we are likely to 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 |