jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses
[cascardo/linux.git] / fs / jfs / super.c
index 4f5d85b..f908012 100644 (file)
@@ -84,7 +84,7 @@ static void jfs_handle_error(struct super_block *sb)
                panic("JFS (device %s): panic forced after error\n",
                        sb->s_id);
        else if (sbi->flag & JFS_ERR_REMOUNT_RO) {
-               jfs_err("ERROR: (device %s): remounting filesystem as read-only\n",
+               jfs_err("ERROR: (device %s): remounting filesystem as read-only",
                        sb->s_id);
                sb->s_flags |= MS_RDONLY;
        }
@@ -641,7 +641,7 @@ static int jfs_freeze(struct super_block *sb)
                }
                rc = updateSuper(sb, FM_CLEAN);
                if (rc) {
-                       jfs_err("jfs_freeze: updateSuper failed\n");
+                       jfs_err("jfs_freeze: updateSuper failed");
                        /*
                         * Don't fail here. Everything succeeded except
                         * marking the superblock clean, so there's really