aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_format.h
diff options
context:
space:
mode:
authorGravatar Joe Perches <joe@perches.com> 2019-11-07 13:24:52 -0800
committerGravatar Darrick J. Wong <darrick.wong@oracle.com> 2019-11-10 10:21:57 -0800
commitcf085a1b5d221448c0c7425f3b9b9a9e2134e53e (patch)
tree855e639e6fd87d368a97c4ec474d93c6203843fd /fs/xfs/libxfs/xfs_log_format.h
parentxfs: range check ri_cnt when recovering log items (diff)
downloadlinux-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.tar.gz
linux-cf085a1b5d221448c0c7425f3b9b9a9e2134e53e.tar.bz2
linux-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/libxfs/xfs_log_format.h')
-rw-r--r--fs/xfs/libxfs/xfs_log_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_log_format.h b/fs/xfs/libxfs/xfs_log_format.h
index e5f97c69b320..8ef31d71a9c7 100644
--- a/fs/xfs/libxfs/xfs_log_format.h
+++ b/fs/xfs/libxfs/xfs_log_format.h
@@ -432,9 +432,9 @@ static inline uint xfs_log_dinode_size(int version)
}
/*
- * Buffer Log Format defintions
+ * Buffer Log Format definitions
*
- * These are the physical dirty bitmap defintions for the log format structure.
+ * These are the physical dirty bitmap definitions for the log format structure.
*/
#define XFS_BLF_CHUNK 128
#define XFS_BLF_SHIFT 7