diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-06 12:47:14 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2010-03-06 17:54:09 -0500 |
commit | a3bee03e718c9251456676b71a723a34c999e891 (patch) | |
tree | 86fc803d5e9c5a78630962a926c96b5c7b070a5b | |
parent | 81e4a5e3057740a625cf556879ae0becf6199f8c (diff) |
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>
-rw-r--r-- | arch/parisc/kernel/cache.c | 4 | ||||
-rw-r--r-- | drivers/parisc/eisa_enumerator.c | 2 | ||||
-rw-r--r-- | drivers/parisc/superio.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 1054baa2fc69..d054f3da3ff5 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -171,14 +171,14 @@ parisc_cache_init(void) | |||
171 | cache_info.ic_conf.cc_cst, | 171 | cache_info.ic_conf.cc_cst, |
172 | cache_info.ic_conf.cc_hv); | 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 | cache_info.dt_conf.tc_sh, | 175 | cache_info.dt_conf.tc_sh, |
176 | cache_info.dt_conf.tc_page, | 176 | cache_info.dt_conf.tc_page, |
177 | cache_info.dt_conf.tc_cst, | 177 | cache_info.dt_conf.tc_cst, |
178 | cache_info.dt_conf.tc_aid, | 178 | cache_info.dt_conf.tc_aid, |
179 | cache_info.dt_conf.tc_pad1); | 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 | cache_info.it_conf.tc_sh, | 182 | cache_info.it_conf.tc_sh, |
183 | cache_info.it_conf.tc_page, | 183 | cache_info.it_conf.tc_page, |
184 | cache_info.it_conf.tc_cst, | 184 | cache_info.it_conf.tc_cst, |
diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c index 0be1d50645ab..caa153133754 100644 --- a/drivers/parisc/eisa_enumerator.c +++ b/drivers/parisc/eisa_enumerator.c | |||
@@ -460,7 +460,7 @@ static int init_slot(int slot, struct eeprom_eisa_slot_info *es) | |||
460 | slot, id_string); | 460 | slot, id_string); |
461 | 461 | ||
462 | print_eisa_id(id_string, es->eisa_slot_id); | 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 | return -1; | 465 | return -1; |
466 | 466 | ||
diff --git a/drivers/parisc/superio.c b/drivers/parisc/superio.c index a35c9c5b89e8..f7806d81f1e0 100644 --- a/drivers/parisc/superio.c +++ b/drivers/parisc/superio.c | |||
@@ -169,7 +169,7 @@ superio_init(struct pci_dev *pcidev) | |||
169 | /* ...then properly fixup the USB to point at suckyio PIC */ | 169 | /* ...then properly fixup the USB to point at suckyio PIC */ |
170 | sio->usb_pdev->irq = superio_fixup_irq(sio->usb_pdev); | 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 | pci_name(pdev), pdev->irq); | 173 | pci_name(pdev), pdev->irq); |
174 | 174 | ||
175 | pci_read_config_dword (pdev, SIO_SP1BAR, &sio->sp1_base); | 175 | pci_read_config_dword (pdev, SIO_SP1BAR, &sio->sp1_base); |