Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa5e5dc2 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Jiri Kosina
Browse files

treewide: fix "distingush" typo

parent 18f65332
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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)
Loading