Commit 34ca8748 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: lustre: Fix spelling typo in various part of luster

This patch fix spelling typo in comments within various part
of luster sources.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f16192ed
...@@ -90,7 +90,7 @@ struct fld_cache { ...@@ -90,7 +90,7 @@ struct fld_cache {
int fci_threshold; int fci_threshold;
/** /**
* Prefered number of cached entries */ * Preferred number of cached entries */
int fci_cache_size; int fci_cache_size;
/** /**
......
...@@ -299,7 +299,7 @@ EXPORT_SYMBOL(ldlm_completion_ast); ...@@ -299,7 +299,7 @@ EXPORT_SYMBOL(ldlm_completion_ast);
* A helper to build a blocking AST function * A helper to build a blocking AST function
* *
* Perform a common operation for blocking ASTs: * Perform a common operation for blocking ASTs:
* defferred lock cancellation. * deferred lock cancellation.
* *
* \param lock the lock blocking or canceling AST was called on * \param lock the lock blocking or canceling AST was called on
* \retval 0 * \retval 0
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
struct lprocfs_stats *obd_memory = NULL; struct lprocfs_stats *obd_memory = NULL;
EXPORT_SYMBOL(obd_memory); EXPORT_SYMBOL(obd_memory);
/* refine later and change to seqlock or simlar from libcfs */ /* refine later and change to seqlock or similar from libcfs */
/* Debugging check only needed during development */ /* Debugging check only needed during development */
#ifdef OBD_CTXT_DEBUG #ifdef OBD_CTXT_DEBUG
......
...@@ -876,7 +876,7 @@ int mdc_enqueue(struct obd_export *exp, struct ldlm_enqueue_info *einfo, ...@@ -876,7 +876,7 @@ int mdc_enqueue(struct obd_export *exp, struct ldlm_enqueue_info *einfo,
rc = ldlm_cli_enqueue(exp, &req, einfo, &res_id, policy, &flags, NULL, rc = ldlm_cli_enqueue(exp, &req, einfo, &res_id, policy, &flags, NULL,
0, lvb_type, lockh, 0); 0, lvb_type, lockh, 0);
if (!it) { if (!it) {
/* For flock requests we immediatelly return without further /* For flock requests we immediately return without further
delay and let caller deal with the rest, since rest of delay and let caller deal with the rest, since rest of
this function metadata processing makes no sense for flock this function metadata processing makes no sense for flock
requests anyway. But in case of problem during comms with requests anyway. But in case of problem during comms with
......
...@@ -1632,7 +1632,7 @@ static int mgc_llog_local_copy(const struct lu_env *env, ...@@ -1632,7 +1632,7 @@ static int mgc_llog_local_copy(const struct lu_env *env,
/* /*
* - copy it to backup using llog_backup() * - copy it to backup using llog_backup()
* - copy remote llog to logname using llog_backup() * - copy remote llog to logname using llog_backup()
* - if failed then move bakup to logname again * - if failed then move backup to logname again
*/ */
OBD_ALLOC(temp_log, strlen(logname) + 1); OBD_ALLOC(temp_log, strlen(logname) + 1);
......
...@@ -1020,7 +1020,7 @@ static int osc_extent_truncate(struct osc_extent *ext, pgoff_t trunc_index, ...@@ -1020,7 +1020,7 @@ static int osc_extent_truncate(struct osc_extent *ext, pgoff_t trunc_index,
/** /**
* This function is used to make the extent prepared for transfer. * This function is used to make the extent prepared for transfer.
* A race with flusing page - ll_writepage() has to be handled cautiously. * A race with flushing page - ll_writepage() has to be handled cautiously.
*/ */
static int osc_extent_make_ready(const struct lu_env *env, static int osc_extent_make_ready(const struct lu_env *env,
struct osc_extent *ext) struct osc_extent *ext)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment