diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2018-01-30 10:32:30 -0700 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2018-01-30 10:32:30 -0700 |
commit | af38816e4801d2868258085831172a003d1634ff (patch) | |
tree | b6359eb1200ec4e56375b8bd0756926725308e70 /fs/gfs2/rgrp.c | |
parent | 957a7acd46e64c52d2a1d59cd7273ed49455afb6 (diff) | |
download | lwn-af38816e4801d2868258085831172a003d1634ff.tar.gz lwn-af38816e4801d2868258085831172a003d1634ff.zip |
gfs2: Add a few missing newlines in messages
Some of the info, warning, and error messages are missing their trailing
newline.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 078b002e0a68..8b683917a27e 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -1339,7 +1339,7 @@ start_new_extent: fail: if (sdp->sd_args.ar_discard) - fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem", rv); + fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem\n", rv); sdp->sd_args.ar_discard = 0; return -EIO; } |