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:

committed by
Dave Kleikamp

parent
1993b176a8
commit
b18db6de2c
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user