ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 03:17:35 +0000 (22:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 03:17:35 +0000 (22:17 -0500)
commitfde4d95ad8711c84a36735a17136c45b19746af9
treee4d4dcaeb18083be204ba8fe55a75400ded699ae
parentfd98496f467b3d26d05ab1498f41718b5ef13de5
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()

This removes annoying blank syslog entries emitted by ext4_error() or
ext4_warning(), since these functions add their own newline.

Signed-off-by: Nick Warne <nick@ukfsn.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ialloc.c
fs/ext4/mballoc.c
fs/ext4/resize.c
fs/ext4/super.c