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>
This commit is contained in:

committed by
Darrick J. Wong

parent
d6abecb825
commit
cf085a1b5d
@@ -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);
|
||||
|
Reference in New Issue
Block a user