]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_log.c
xfs: remove newlines from strings passed to __xfs_printk
[karo-tx-linux.git] / fs / xfs / xfs_log.c
index 613ed9414e702729b5503c6a1c98db6ae1eed8bd..0461f08722448256f2282d798c65bb5407ae64d1 100644 (file)
@@ -1989,7 +1989,7 @@ xlog_print_tic_res(
 
        for (i = 0; i < ticket->t_res_num; i++) {
                uint r_type = ticket->t_res_arr[i].r_type;
-               xfs_warn(mp, "region[%u]: %s - %u bytes\n", i,
+               xfs_warn(mp, "region[%u]: %s - %u bytes", i,
                            ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ?
                            "bad-rtype" : res_type_str[r_type-1]),
                            ticket->t_res_arr[i].r_len);