jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses

These macros add the newline so these cause extra blank lines
in logging output.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
This commit is contained in:
Joe Perches
2016-03-30 05:23:16 -07:00
committed by Dave Kleikamp
parent 1993b176a8
commit b18db6de2c
4 changed files with 7 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ struct inode *ialloc(struct inode *parent, umode_t mode)
jfs_inode->xtlid = 0;
jfs_set_inode_flags(inode);
jfs_info("ialloc returns inode = 0x%p\n", inode);
jfs_info("ialloc returns inode = 0x%p", inode);
return inode;