Commit 68f5a38c authored by Hu Tao's avatar Hu Tao Committed by Chris Mason

Btrfs: fix error message formatting

Make an error msg look nicer by inserting a space between number and word.
Signed-off-by: default avatarHu Tao <hu.taoo@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 9b627e9b
......@@ -2696,7 +2696,7 @@ again:
printk(KERN_ERR "no space left, need %llu, %llu delalloc bytes"
", %llu bytes_used, %llu bytes_reserved, "
"%llu bytes_pinned, %llu bytes_readonly, %llu may use"
"%llu bytes_pinned, %llu bytes_readonly, %llu may use "
"%llu total\n", (unsigned long long)bytes,
(unsigned long long)data_sinfo->bytes_delalloc,
(unsigned long long)data_sinfo->bytes_used,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment