diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-06 18:47:13 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:25 +0100 |
commit | 52d7ecd033316b0540a6ac4af70574fae4aba295 (patch) | |
tree | accc9c75a7beb2e0692cead575b9792878938511 /arch/mips/alchemy | |
parent | f86a69b15f60965a224e7e2516ad41070692cc19 (diff) | |
download | linux-3.10-52d7ecd033316b0540a6ac4af70574fae4aba295.tar.gz linux-3.10-52d7ecd033316b0540a6ac4af70574fae4aba295.tar.bz2 linux-3.10-52d7ecd033316b0540a6ac4af70574fae4aba295.zip |
MIPS: Remove trailing space in messages
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>
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/common/dbdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/alchemy/common/dbdma.c b/arch/mips/alchemy/common/dbdma.c index 3b2ccc05e20..493e5708f66 100644 --- a/arch/mips/alchemy/common/dbdma.c +++ b/arch/mips/alchemy/common/dbdma.c @@ -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", |