Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[cascardo/linux.git] / fs / btrfs / ordered-data.c
index 3b78d38..b2d1e95 100644 (file)
@@ -67,8 +67,8 @@ static void ordered_data_tree_panic(struct inode *inode, int errno,
                                               u64 offset)
 {
        struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb);
-       btrfs_panic(fs_info, errno, "Inconsistency in ordered tree at offset "
-                   "%llu", offset);
+       btrfs_panic(fs_info, errno,
+                   "Inconsistency in ordered tree at offset %llu", offset);
 }
 
 /*