diff options
| author | Artem Bityutskiy <[email protected]> | 2009-03-16 07:42:03 +0000 |
|---|---|---|
| committer | Artem Bityutskiy <[email protected]> | 2009-03-16 08:52:02 +0000 |
| commit | c9927c3ee2d3d14893efd793a2a9ea772ddb4289 (patch) | |
| tree | f1ed930413d6dd2f81c46c226d288310622c02c6 /fs/ubifs/lpt_commit.c | |
| parent | UBIFS: fix lprops committing bug (diff) | |
| download | kernel-c9927c3ee2d3d14893efd793a2a9ea772ddb4289.tar.gz kernel-c9927c3ee2d3d14893efd793a2a9ea772ddb4289.zip | |
UBIFS: use KERN_CONT
Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'fs/ubifs/lpt_commit.c')
| -rw-r--r-- | fs/ubifs/lpt_commit.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ubifs/lpt_commit.c b/fs/ubifs/lpt_commit.c index 1bead5a6d80a..9d77f68b2f8e 100644 --- a/fs/ubifs/lpt_commit.c +++ b/fs/ubifs/lpt_commit.c @@ -1,4 +1,4 @@ -/* + /* * This file is part of UBIFS. * * Copyright (C) 2006-2008 Nokia Corporation. @@ -1921,12 +1921,12 @@ static void dump_lpt_leb(const struct ubifs_info *c, int lnum) lnum, offs); err = ubifs_unpack_nnode(c, buf, &nnode); for (i = 0; i < UBIFS_LPT_FANOUT; i++) { - printk("%d:%d", nnode.nbranch[i].lnum, + printk(KERN_CONT "%d:%d", nnode.nbranch[i].lnum, nnode.nbranch[i].offs); if (i != UBIFS_LPT_FANOUT - 1) - printk(", "); + printk(KERN_CONT ", "); } - printk("\n"); + printk(KERN_CONT "\n"); break; } case UBIFS_LPT_LTAB: |
