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

parisc: remove trailing space in messages

Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: linux-parisc@vger.kernel.org
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

authored by

Frans Pop and committed by
Kyle McMartin
a3bee03e 81e4a5e3

+4 -4
+2 -2
arch/parisc/kernel/cache.c
··· 171 171 cache_info.ic_conf.cc_cst, 172 172 cache_info.ic_conf.cc_hv); 173 173 174 - printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n", 174 + printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n", 175 175 cache_info.dt_conf.tc_sh, 176 176 cache_info.dt_conf.tc_page, 177 177 cache_info.dt_conf.tc_cst, 178 178 cache_info.dt_conf.tc_aid, 179 179 cache_info.dt_conf.tc_pad1); 180 180 181 - printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n", 181 + printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n", 182 182 cache_info.it_conf.tc_sh, 183 183 cache_info.it_conf.tc_page, 184 184 cache_info.it_conf.tc_cst,
+1 -1
drivers/parisc/eisa_enumerator.c
··· 460 460 slot, id_string); 461 461 462 462 print_eisa_id(id_string, es->eisa_slot_id); 463 - printk(" expected %s \n", id_string); 463 + printk(" expected %s\n", id_string); 464 464 465 465 return -1; 466 466
+1 -1
drivers/parisc/superio.c
··· 169 169 /* ...then properly fixup the USB to point at suckyio PIC */ 170 170 sio->usb_pdev->irq = superio_fixup_irq(sio->usb_pdev); 171 171 172 - printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i) \n", 172 + printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n", 173 173 pci_name(pdev), pdev->irq); 174 174 175 175 pci_read_config_dword (pdev, SIO_SP1BAR, &sio->sp1_base);