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
@@ -179,7 +179,7 @@ xlog_cil_alloc_shadow_bufs(
|
||||
|
||||
/*
|
||||
* We free and allocate here as a realloc would copy
|
||||
* unecessary data. We don't use kmem_zalloc() for the
|
||||
* unnecessary data. We don't use kmem_zalloc() for the
|
||||
* same reason - we don't need to zero the data area in
|
||||
* the buffer, only the log vector header and the iovec
|
||||
* storage.
|
||||
@@ -682,7 +682,7 @@ xlog_cil_push(
|
||||
}
|
||||
|
||||
|
||||
/* check for a previously pushed seqeunce */
|
||||
/* check for a previously pushed sequence */
|
||||
if (push_seq < cil->xc_ctx->sequence) {
|
||||
spin_unlock(&cil->xc_push_lock);
|
||||
goto out_skip;
|
||||
|
Reference in New Issue
Block a user