Commit 52d7ecd0 authored by Frans Pop's avatar Frans Pop Committed by Ralf Baechle

MIPS: Remove trailing space in messages

Signed-off-by: default avatarFrans 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent f86a69b1
...@@ -882,7 +882,7 @@ void au1xxx_dbdma_dump(u32 chanid) ...@@ -882,7 +882,7 @@ void au1xxx_dbdma_dump(u32 chanid)
dtp = ctp->chan_dest; dtp = ctp->chan_dest;
cp = ctp->chan_ptr; 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, (u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp,
dtp - dbdev_tab); dtp - dbdev_tab);
printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n", printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n",
......
...@@ -327,7 +327,7 @@ static void octeon_cpu_die(unsigned int cpu) ...@@ -327,7 +327,7 @@ static void octeon_cpu_die(unsigned int cpu)
avail_coremask); avail_coremask);
} }
pr_info("Reset core %d. Available Coremask = %x \n", coreid, pr_info("Reset core %d. Available Coremask = %x\n", coreid,
avail_coremask); avail_coremask);
cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid);
cvmx_write_csr(CVMX_CIU_PP_RST, 0); cvmx_write_csr(CVMX_CIU_PP_RST, 0);
......
...@@ -127,7 +127,7 @@ static int recv_ack(void) ...@@ -127,7 +127,7 @@ static int recv_ack(void)
if (ack) { if (ack) {
do_idle(); 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; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment