staging: lustre: Fix spelling typo in various part of luster
authorMasanari Iida <standby24x7@gmail.com>
Sat, 8 Mar 2014 13:58:36 +0000 (22:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 03:33:11 +0000 (19:33 -0800)
This patch fix spelling typo in comments within various part
of luster sources.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/fld_internal.h
drivers/staging/lustre/lustre/ldlm/ldlm_request.c
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
drivers/staging/lustre/lustre/mdc/mdc_locks.c
drivers/staging/lustre/lustre/mgc/mgc_request.c
drivers/staging/lustre/lustre/osc/osc_cache.c

index 5f3935cc0fd7fb69b2675ccf57e6e1e28a603b16..8661a788f120057501bfaa391c8b448a355ecbaf 100644 (file)
@@ -90,7 +90,7 @@ struct fld_cache {
        int                   fci_threshold;
 
        /**
-        * Prefered number of cached entries */
+        * Preferred number of cached entries */
        int                   fci_cache_size;
 
        /**
index c0e54aead2ce7b985d67580e9203e9ea67ae3e91..fcc7a99ce395e5c44228c541d13ae5568e084607 100644 (file)
@@ -299,7 +299,7 @@ EXPORT_SYMBOL(ldlm_completion_ast);
  * A helper to build a blocking AST function
  *
  * Perform a common operation for blocking ASTs:
- * defferred lock cancellation.
+ * deferred lock cancellation.
  *
  * \param lock the lock blocking or canceling AST was called on
  * \retval 0
index 428ffd8c37b7360f19a24e42bdca16969c7642a7..e44b7a532de79237a166589093d983dfdb3a1d41 100644 (file)
@@ -55,7 +55,7 @@
 
 struct lprocfs_stats *obd_memory = NULL;
 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 */
 #ifdef OBD_CTXT_DEBUG
index b0d0e2a1744ef8e8a738a9af3395517679111ed1..523f089f0aa8c259594758a688f8ed83ac900fa6 100644 (file)
@@ -876,7 +876,7 @@ resend:
        rc = ldlm_cli_enqueue(exp, &req, einfo, &res_id, policy, &flags, NULL,
                              0, lvb_type, lockh, 0);
        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
                   this function metadata processing makes no sense for flock
                   requests anyway. But in case of problem during comms with
index b391b05ab6f8b096d47528dbdaed3fa8d3b2bda4..de9fb1433eddf7ea7d02e3d33256dd45f2cf18f5 100644 (file)
@@ -1632,7 +1632,7 @@ static int mgc_llog_local_copy(const struct lu_env *env,
        /*
         * - copy it to backup 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);
index af25c19c88fa4cdce6fa6ace74921a2ebde636c1..fe9989a49f81da900902eec0efef949ccecadf71 100644 (file)
@@ -1020,7 +1020,7 @@ out:
 
 /**
  * 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,
                                 struct osc_extent *ext)
This page took 0.029135 seconds and 5 git commands to generate.