x86: microcode_amd: fix typos and trailing whitespaces in log messages
Impact: fix printk typos Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
3c763fd77e
commit
2a3282a77b
@@ -10,7 +10,7 @@
|
|||||||
* This driver allows to upgrade microcode on AMD
|
* This driver allows to upgrade microcode on AMD
|
||||||
* family 0x10 and 0x11 processors.
|
* family 0x10 and 0x11 processors.
|
||||||
*
|
*
|
||||||
* Licensed unter the terms of the GNU General Public
|
* Licensed under the terms of the GNU General Public
|
||||||
* License version 2. See file COPYING for details.
|
* License version 2. See file COPYING for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -282,7 +282,7 @@ static int install_equiv_cpu_table(u8 *buf,
|
|||||||
|
|
||||||
if (buf_pos[1] != UCODE_EQUIV_CPU_TABLE_TYPE || !size) {
|
if (buf_pos[1] != UCODE_EQUIV_CPU_TABLE_TYPE || !size) {
|
||||||
printk(KERN_ERR "microcode: error! "
|
printk(KERN_ERR "microcode: error! "
|
||||||
"Wrong microcode equivalnet cpu table\n");
|
"Wrong microcode equivalent cpu table\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user