]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: exfat: fix spelling errors in comments
authorValentin Vidic <vvidic@valentin-vidic.from.hr>
Tue, 3 Sep 2019 16:54:08 +0000 (18:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 20:07:06 +0000 (22:07 +0200)
Fixes checkpatch.pl warnings:

  CHECK: 'consistancy' may be misspelled - perhaps 'consistency'?
  CHECK: 'stuct' may be misspelled - perhaps 'struct'?

Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
Link: https://lore.kernel.org/r/20190903165408.16010-1-vvidic@valentin-vidic.from.hr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat_core.c
drivers/staging/exfat/exfat_super.c

index 1246afcffb8deab7c80d3ca5448cbd3e190adb4d..73b9991c272a9eafcfd274007cbd9f3cb18e0966 100644 (file)
@@ -1754,7 +1754,7 @@ struct entry_set_cache_t *get_entry_set_in_dir(struct super_block *sb,
        while (num_entries) {
                /*
                 * instead of copying whole sector, we will check every entry.
-                * this will provide minimum stablity and consistancy.
+                * this will provide minimum stablity and consistency.
                 */
                entry_type = p_fs->fs_func->get_entry_type(ep);
 
index e44b860e35e8539b259b0eeda24dc882bbc76fc1..359c749278cbd6611675f31c068d00c113b1df35 100644 (file)
@@ -482,7 +482,7 @@ static int ffsMountVol(struct super_block *sb)
                goto out;
        }
 
-       /* fill fs_stuct */
+       /* fill fs_struct */
        for (i = 0; i < 53; i++)
                if (p_pbr->bpb[i])
                        break;