Commit cf085a1b authored by Joe Perches's avatar Joe Perches Committed by Darrick J. Wong
Browse files

xfs: Correct comment tyops -> typos



Just fix the typos checkpatch notices...

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Reviewed-by: default avatarBill O'Donnell <billodo@redhat.com>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent d6abecb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -1488,7 +1488,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);
+1 −1
Original line number Diff line number Diff line
@@ -829,7 +829,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
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */

/*
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,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
Loading