Commit a3bee03e718c9251456676b71a723a34c999e891

Authored by Frans Pop
Committed by Kyle McMartin
1 parent 81e4a5e305

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>

Showing 3 changed files with 4 additions and 4 deletions Side-by-side Diff

arch/parisc/kernel/cache.c
... ... @@ -171,14 +171,14 @@
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,
drivers/parisc/eisa_enumerator.c
... ... @@ -460,7 +460,7 @@
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  
drivers/parisc/superio.c
... ... @@ -169,7 +169,7 @@
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);