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

Commit e7bf068a authored by David Sterba's avatar David Sterba Committed by Jiri Kosina
Browse files

i7core_edac: fix typos in comments



Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 23a0790a
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/* Intel i7 core/Nehalem Memory Controller kernel module
/* Intel i7 core/Nehalem Memory Controller kernel module
 *
 *
 * This driver supports yhe memory controllers found on the Intel
 * This driver supports the memory controllers found on the Intel
 * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
 * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
 * and Westmere-EP.
 * and Westmere-EP.
@@ -1271,7 +1271,7 @@ static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table)
	int i;
	int i;


	/*
	/*
	 * On Xeon 55xx, the Intel Quckpath Arch Generic Non-core pci buses
	 * On Xeon 55xx, the Intel Quick Path Arch Generic Non-core pci buses
	 * aren't announced by acpi. So, we need to use a legacy scan probing
	 * aren't announced by acpi. So, we need to use a legacy scan probing
	 * to detect them
	 * to detect them
	 */
	 */
@@ -1864,7 +1864,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
	if (mce->mcgstatus & 1)
	if (mce->mcgstatus & 1)
		i7core_check_error(mci);
		i7core_check_error(mci);


	/* Advice mcelog that the error were handled */
	/* Advise mcelog that the errors were handled */
	return 1;
	return 1;
}
}