]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
treewide: fix "distingush" typo
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Wed, 18 Sep 2013 04:00:43 +0000 (06:00 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Oct 2013 13:38:33 +0000 (15:38 +0200)
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/m32r/include/asm/mmu_context.h
arch/mn10300/include/asm/mmu_context.h
arch/powerpc/platforms/pseries/nvram.c
arch/sh/include/asm/mmu_context.h
arch/x86/kernel/cpu/amd.c
drivers/input/serio/i8042.c
drivers/md/raid5.h

index a979a41981689a7321a7e758a3c5ec744d6f9202..9fc78fc4444524681a6688d2273edae2581b4584 100644 (file)
@@ -45,7 +45,7 @@ static inline void get_new_mmu_context(struct mm_struct *mm)
                   Flush all TLB and start new cycle. */
                local_flush_tlb_all();
                /* Fix version if needed.
-                  Note that we avoid version #0 to distingush NO_CONTEXT. */
+                  Note that we avoid version #0 to distinguish NO_CONTEXT. */
                if (!mc)
                        mmu_context_cache = mc = MMU_CONTEXT_FIRST_VERSION;
        }
index c67c2b5365a6dbef415d767a69db49f73ea2ad69..75dbe696f830cc93284a47f61fb5ae4a00f2a292 100644 (file)
@@ -71,7 +71,7 @@ static inline unsigned long allocate_mmu_context(struct mm_struct *mm)
                local_flush_tlb_all();
 
                /* fix the TLB version if needed (we avoid version #0 so as to
-                * distingush MMU_NO_CONTEXT) */
+                * distinguish MMU_NO_CONTEXT) */
                if (!mc)
                        *pmc = mc = MMU_CONTEXT_FIRST_VERSION;
        }
index d276cd3edd8f51641db54dfb459cb2efe4fa7f91..10630eac68ec88193afa5b3887f853b68d2ed9d5 100644 (file)
@@ -31,7 +31,7 @@
 #define NVRW_CNT 0x20
 
 /*
- * Set oops header version to distingush between old and new format header.
+ * Set oops header version to distinguish between old and new format header.
  * lnx,oops-log partition max size is 4000, header version > 4000 will
  * help in identifying new header.
  */
index 21c5088788dae27eb8c98449f22e6cdf9f464bb4..b9d9489a50125b8d732299cf707b009a37617927 100644 (file)
@@ -81,7 +81,7 @@ static inline void get_mmu_context(struct mm_struct *mm, unsigned int cpu)
 
                /*
                 * Fix version; Note that we avoid version #0
-                * to distingush NO_CONTEXT.
+                * to distinguish NO_CONTEXT.
                 */
                if (!asid)
                        asid = MMU_CONTEXT_FIRST_VERSION;
index 903a264af981c5bf5991e03e0a428e9b7dd8773e..3538a1b0aeac85865d9abbef1bd9a23c7b835da6 100644 (file)
@@ -339,7 +339,7 @@ static void amd_get_topology(struct cpuinfo_x86 *c)
 #endif
 
 /*
- * On a AMD dual core setup the lower bits of the APIC id distingush the cores.
+ * On a AMD dual core setup the lower bits of the APIC id distinguish the cores.
  * Assumes number of cores is a power of two.
  */
 static void amd_detect_cmp(struct cpuinfo_x86 *c)
index 78e4de42efaacec53c29f740fafe490dead2af84..957e387c1cbf693e2e2fce1fb339845b67b71007 100644 (file)
@@ -1031,7 +1031,7 @@ static void i8042_controller_reset(bool force_reset)
 /*
  * i8042_panic_blink() will turn the keyboard LEDs on or off and is called
  * when kernel panics. Flashing LEDs is useful for users running X who may
- * not see the console and will help distingushing panics from "real"
+ * not see the console and will help distinguishing panics from "real"
  * lockups.
  *
  * Note that DELAY has a limit of 10ms so we will not get stuck here
index 70c49329ca9a23fbbad73061477ac0a0cfe80e6e..5c9797c7bbe0083c57d2650784fbfc8f3fc2e08a 100644 (file)
@@ -49,7 +49,7 @@
  * can't distinguish between a clean block that has been generated
  * from parity calculations, and a clean block that has been
  * successfully written to the spare ( or to parity when resyncing).
- * To distingush these states we have a stripe bit STRIPE_INSYNC that
+ * To distinguish these states we have a stripe bit STRIPE_INSYNC that
  * is set whenever a write is scheduled to the spare, or to the parity
  * disc if there is no spare.  A sync request clears this bit, and
  * when we find it set with no buffers locked, we know the sync is