Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: Remove trailing spaces in messages

Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Avi Kivity <avi@redhat.com>
Cc: x86@kernel.org
LKML-Reference: <1265478443-31072-10-git-send-email-elendil@planet.nl>
[ Left out the KVM bits. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Frans Pop and committed by
Ingo Molnar
3235dc3f 34d2819f

+13 -13
+1 -1
arch/x86/boot/mkcpustr.c
··· 22 22 int i, j; 23 23 const char *str; 24 24 25 - printf("static const char x86_cap_strs[] = \n"); 25 + printf("static const char x86_cap_strs[] =\n"); 26 26 27 27 for (i = 0; i < NCAPINTS; i++) { 28 28 for (j = 0; j < 32; j++) {
+1 -1
arch/x86/kernel/apic/apic.c
··· 587 587 res = (((u64)(*deltatsc)) * pm_100ms); 588 588 do_div(res, deltapm); 589 589 apic_printk(APIC_VERBOSE, "TSC delta adjusted to " 590 - "PM-Timer: %lu (%ld) \n", 590 + "PM-Timer: %lu (%ld)\n", 591 591 (unsigned long)res, *deltatsc); 592 592 *deltatsc = (long)res; 593 593 }
+1 -1
arch/x86/kernel/apic/io_apic.c
··· 1647 1647 printk(KERN_DEBUG ".... IRQ redirection table:\n"); 1648 1648 1649 1649 printk(KERN_DEBUG " NR Dst Mask Trig IRR Pol" 1650 - " Stat Dmod Deli Vect: \n"); 1650 + " Stat Dmod Deli Vect:\n"); 1651 1651 1652 1652 for (i = 0; i <= reg_01.bits.entries; i++) { 1653 1653 struct IO_APIC_route_entry entry;
+1 -1
arch/x86/kernel/apic/numaq_32.c
··· 225 225 226 226 mpc_record = 0; 227 227 printk(KERN_INFO 228 - "Found an OEM MPC table at %8p - parsing it ... \n", oemtable); 228 + "Found an OEM MPC table at %8p - parsing it...\n", oemtable); 229 229 230 230 if (memcmp(oemtable->signature, MPC_OEM_SIGNATURE, 4)) { 231 231 printk(KERN_WARNING
+2 -2
arch/x86/kernel/apm_32.c
··· 1992 1992 apm_info.disabled = 1; 1993 1993 printk(KERN_INFO "%s machine detected. " 1994 1994 "Disabling APM.\n", d->ident); 1995 - printk(KERN_INFO "This bug is fixed in bios P15 which is available for \n"); 1996 - printk(KERN_INFO "download from support.intel.com \n"); 1995 + printk(KERN_INFO "This bug is fixed in bios P15 which is available for\n"); 1996 + printk(KERN_INFO "download from support.intel.com\n"); 1997 1997 } 1998 1998 return 0; 1999 1999 }
+1 -1
arch/x86/kernel/efi.c
··· 362 362 printk(KERN_ERR PFX "Could not map the firmware vendor!\n"); 363 363 early_iounmap(tmp, 2); 364 364 365 - printk(KERN_INFO "EFI v%u.%.02u by %s \n", 365 + printk(KERN_INFO "EFI v%u.%.02u by %s\n", 366 366 efi.systab->hdr.revision >> 16, 367 367 efi.systab->hdr.revision & 0xffff, vendor); 368 368
+1 -1
arch/x86/kernel/microcode_intel.c
··· 328 328 cpu_num, mc_intel->hdr.rev); 329 329 return -1; 330 330 } 331 - pr_info("CPU%d updated to revision 0x%x, date = %04x-%02x-%02x \n", 331 + pr_info("CPU%d updated to revision 0x%x, date = %04x-%02x-%02x\n", 332 332 cpu_num, val[1], 333 333 mc_intel->hdr.date & 0xffff, 334 334 mc_intel->hdr.date >> 24,
+3 -3
arch/x86/kernel/uv_sysfs.c
··· 54 54 if (!sgi_uv_kobj) 55 55 sgi_uv_kobj = kobject_create_and_add("sgi_uv", firmware_kobj); 56 56 if (!sgi_uv_kobj) { 57 - printk(KERN_WARNING "kobject_create_and_add sgi_uv failed \n"); 57 + printk(KERN_WARNING "kobject_create_and_add sgi_uv failed\n"); 58 58 return -EINVAL; 59 59 } 60 60 61 61 ret = sysfs_create_file(sgi_uv_kobj, &partition_id_attr.attr); 62 62 if (ret) { 63 - printk(KERN_WARNING "sysfs_create_file partition_id failed \n"); 63 + printk(KERN_WARNING "sysfs_create_file partition_id failed\n"); 64 64 return ret; 65 65 } 66 66 67 67 ret = sysfs_create_file(sgi_uv_kobj, &coherence_id_attr.attr); 68 68 if (ret) { 69 - printk(KERN_WARNING "sysfs_create_file coherence_id failed \n"); 69 + printk(KERN_WARNING "sysfs_create_file coherence_id failed\n"); 70 70 return ret; 71 71 } 72 72
+2 -2
arch/x86/tools/test_get_len.c
··· 43 43 static void usage(void) 44 44 { 45 45 fprintf(stderr, "Usage: objdump -d a.out | awk -f distill.awk |" 46 - " %s [-y|-n] [-v] \n", prog); 46 + " %s [-y|-n] [-v]\n", prog); 47 47 fprintf(stderr, "\t-y 64bit mode\n"); 48 48 fprintf(stderr, "\t-n 32bit mode\n"); 49 49 fprintf(stderr, "\t-v verbose mode\n"); ··· 69 69 70 70 static void dump_insn(FILE *fp, struct insn *insn) 71 71 { 72 - fprintf(fp, "Instruction = { \n"); 72 + fprintf(fp, "Instruction = {\n"); 73 73 dump_field(fp, "prefixes", "\t", &insn->prefixes); 74 74 dump_field(fp, "rex_prefix", "\t", &insn->rex_prefix); 75 75 dump_field(fp, "vex_prefix", "\t", &insn->vex_prefix);