microblaze: Typo fix for cpu param inconsistency
authorMichal Simek <monstr@monstr.eu>
Fri, 24 Jul 2009 06:11:23 +0000 (08:11 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 27 Jul 2009 07:03:19 +0000 (09:03 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
arch/microblaze/kernel/cpu/cpuinfo-static.c

index 153f57c..c259786 100644 (file)
@@ -22,7 +22,7 @@
 
 #define CI(c, p) { ci->c = PVR_##p(pvr); }
 #define err_printk(x) \
-       early_printk("ERROR: Microblaze " x " - different for PVR and DTS\n");
+       early_printk("ERROR: Microblaze " x "-different for PVR and DTS\n");
 
 void set_cpuinfo_pvr_full(struct cpuinfo *ci, struct device_node *cpu)
 {
index 450ca6b..adb448f 100644 (file)
@@ -18,7 +18,7 @@ static const char family_string[] = CONFIG_XILINX_MICROBLAZE0_FAMILY;
 static const char cpu_ver_string[] = CONFIG_XILINX_MICROBLAZE0_HW_VER;
 
 #define err_printk(x) \
-       early_printk("ERROR: Microblaze " x "- different for kernel and DTS\n");
+       early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
 
 void __init set_cpuinfo_static(struct cpuinfo *ci, struct device_node *cpu)
 {