projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a9c7b
)
btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 4 May 2018 11:11:12 +0000
(12:11 +0100)
committer
David Sterba
<dsterba@suse.com>
Mon, 28 May 2018 16:07:29 +0000
(18:07 +0200)
Trivial fix to spelling mistake of function name in btrfs_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/send.c
b/fs/btrfs/send.c
index c0074d2d7d6d2788d1909f5a945addaa7fc065c8..6e8184f239e00bf9cd2bd667ed58afdd659b72d3 100644
(file)
--- a/
fs/btrfs/send.c
+++ b/
fs/btrfs/send.c
@@
-6454,7
+6454,7
@@
static void btrfs_root_dec_send_in_progress(struct btrfs_root* root)
*/
if (root->send_in_progress < 0)
btrfs_err(root->fs_info,
- "send_in_progres unbalanced %d root %llu",
+ "send_in_progres
s
unbalanced %d root %llu",
root->send_in_progress, root->root_key.objectid);
spin_unlock(&root->root_item_lock);
}