From af38816e4801d2868258085831172a003d1634ff Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 30 Jan 2018 10:32:30 -0700 Subject: 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 Signed-off-by: Bob Peterson --- fs/gfs2/rgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/gfs2/rgrp.c') 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; } -- cgit v1.2.1