Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[firefly-linux-kernel-4.4.55.git] / fs / hfsplus / extents.c
index a09fcb68c36472cf9877c4a16dedc5f39ba87f0b..feca524ce2a5c7d6034bf0a528679fe923381507 100644 (file)
@@ -436,10 +436,9 @@ int hfsplus_file_extend(struct inode *inode, bool zeroout)
        if (sbi->alloc_file->i_size * 8 <
            sbi->total_blocks - sbi->free_blocks + 8) {
                /* extend alloc file */
-               pr_err("extend alloc file! "
-                               "(%llu,%u,%u)\n",
-                       sbi->alloc_file->i_size * 8,
-                       sbi->total_blocks, sbi->free_blocks);
+               pr_err("extend alloc file! (%llu,%u,%u)\n",
+                      sbi->alloc_file->i_size * 8,
+                      sbi->total_blocks, sbi->free_blocks);
                return -ENOSPC;
        }