parisc: remove trailing space in messages
authorFrans Pop <elendil@planet.nl>
Sat, 6 Feb 2010 17:47:14 +0000 (17:47 +0000)
committerKyle McMartin <kyle@redhat.com>
Sat, 6 Mar 2010 22:54:09 +0000 (22:54 +0000)
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>
arch/parisc/kernel/cache.c
drivers/parisc/eisa_enumerator.c
drivers/parisc/superio.c

index 1054baa2fc69000a17faa4bca451864cbdac2f0d..d054f3da3ff512fa07c0a5b5b818a8e53adfcada 100644 (file)
@@ -171,14 +171,14 @@ parisc_cache_init(void)
                cache_info.ic_conf.cc_cst,
                cache_info.ic_conf.cc_hv);
 
-       printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n",
+       printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n",
                cache_info.dt_conf.tc_sh,
                cache_info.dt_conf.tc_page,
                cache_info.dt_conf.tc_cst,
                cache_info.dt_conf.tc_aid,
                cache_info.dt_conf.tc_pad1);
 
-       printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n",
+       printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n",
                cache_info.it_conf.tc_sh,
                cache_info.it_conf.tc_page,
                cache_info.it_conf.tc_cst,
index 0be1d50645ab0f3fde6f47b2c65b72e81ecfc316..caa1531337540dec37c71d6865da922702e9bf3d 100644 (file)
@@ -460,7 +460,7 @@ static int init_slot(int slot, struct eeprom_eisa_slot_info *es)
                               slot, id_string);
                        
                        print_eisa_id(id_string, es->eisa_slot_id);
-                       printk(" expected %s \n", id_string);
+                       printk(" expected %s\n", id_string);
                
                        return -1;      
                        
index a35c9c5b89e8b25d39896709a1c111dbc5a6e866..f7806d81f1e00a65ab5c2f549293744b70485113 100644 (file)
@@ -169,7 +169,7 @@ superio_init(struct pci_dev *pcidev)
        /* ...then properly fixup the USB to point at suckyio PIC */
        sio->usb_pdev->irq = superio_fixup_irq(sio->usb_pdev);
 
-       printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i) \n",
+       printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n",
               pci_name(pdev), pdev->irq);
 
        pci_read_config_dword (pdev, SIO_SP1BAR, &sio->sp1_base);
This page took 0.033865 seconds and 5 git commands to generate.