]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
xfs: Correct comment tyops -> typos
authorJoe Perches <joe@perches.com>
Wed, 22 Jan 2020 16:29:40 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:40 +0000 (11:29 -0500)
Source kernel commit: cf085a1b5d221448c0c7425f3b9b9a9e2134e53e

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_da_format.h
libxfs/xfs_fs.h
libxfs/xfs_log_format.h

index 36cd9238f1bf6be7337d16c86fc00f2587f849da..c928820d1313c7fbc47c3b55e15d9cb16bddc9db 100644 (file)
@@ -1483,7 +1483,7 @@ xfs_alloc_ag_vextent_near(
        dofirst = prandom_u32() & 1;
 #endif
 
-       /* handle unitialized agbno range so caller doesn't have to */
+       /* handle uninitialized agbno range so caller doesn't have to */
        if (!args->min_agbno && !args->max_agbno)
                args->max_agbno = args->mp->m_sb.sb_agblocks - 1;
        ASSERT(args->min_agbno <= args->max_agbno);
index 92758f1ed41faef6a2633219eff0566a577db56c..869c1f0d56441e4752400ad1efc96b4f80b01fcf 100644 (file)
@@ -825,7 +825,7 @@ xfs_attr_shortform_lookup(xfs_da_args_t *args)
 }
 
 /*
- * Retreive the attribute value and length.
+ * Retrieve the attribute value and length.
  *
  * If ATTR_KERNOVAL is specified, only the length needs to be returned.
  * Unlike a lookup, we only return an error if the attribute does not
index ae654e06b2fb693627311c8e59235d1f04e79773..6702a0849f75d09803d611fe6c138b8ebd5a9dcc 100644 (file)
@@ -482,7 +482,7 @@ xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp)
 }
 
 /*
- * Free space block defintions for the node format.
+ * Free space block definitions for the node format.
  */
 
 /*
index 6ca43c73a5c18d8320096bf803e14f07513b86cd..23a7086f6bff213f63c6b18107092cc5e99e2ba6 100644 (file)
@@ -437,7 +437,7 @@ struct xfs_bulkstat {
 
 /*
  * Project quota id helpers (previously projid was 16bit only
- * and using two 16bit values to hold new 32bit projid was choosen
+ * and using two 16bit values to hold new 32bit projid was chosen
  * to retain compatibility with "old" filesystems).
  */
 static inline uint32_t
index e5f97c69b3205e96c38b14b729fd10f3b42fff8a..8ef31d71a9c78f35610396fd929acb85d9d24225 100644 (file)
@@ -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