MIPS: Remove trailing space in messages
authorFrans Pop <elendil@planet.nl>
Sat, 6 Feb 2010 17:47:13 +0000 (18:47 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:25 +0000 (12:53 +0100)
Signed-off-by: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/946/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/common/dbdma.c
arch/mips/cavium-octeon/smp.c
arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c

index 3b2ccc0..493e570 100644 (file)
@@ -882,7 +882,7 @@ void au1xxx_dbdma_dump(u32 chanid)
        dtp = ctp->chan_dest;
        cp = ctp->chan_ptr;
 
-       printk(KERN_DEBUG "Chan %x, stp %x (dev %d)  dtp %x (dev %d) \n",
+       printk(KERN_DEBUG "Chan %x, stp %x (dev %d)  dtp %x (dev %d)\n",
                          (u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp,
                          dtp - dbdev_tab);
        printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n",
index c198efd..51e9802 100644 (file)
@@ -327,7 +327,7 @@ static void octeon_cpu_die(unsigned int cpu)
                                   avail_coremask);
        }
 
-       pr_info("Reset core %d. Available Coremask = %x \n", coreid,
+       pr_info("Reset core %d. Available Coremask = %x\n", coreid,
                avail_coremask);
        cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid);
        cvmx_write_csr(CVMX_CIU_PP_RST, 0);
index fc990cb..d6f8bdf 100644 (file)
@@ -127,7 +127,7 @@ static int recv_ack(void)
 
        if (ack) {
                do_idle();
-               printk(KERN_ERR "Error reading the Atmel 24C32/24C64 EEPROM \n");
+               printk(KERN_ERR "Error reading the Atmel 24C32/24C64 EEPROM\n");
                return -1;
        }