diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-04 14:11:12 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-05-28 19:07:29 +0300 |
commit | f5686e3acdfd8b2559ed6988f85374c36e1fed4c (patch) | |
tree | 3cb01156d64eef7b558cba51d312d23c444f69bc /fs/btrfs/send.c | |
parent | 63a9c7b9ceaad9b2d8bd482abd44e2068b828b00 (diff) | |
download | linux-f5686e3acdfd8b2559ed6988f85374c36e1fed4c.tar.xz |
btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"
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>
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r-- | fs/btrfs/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index c0074d2d7d6d..6e8184f239e0 100644 --- 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_progress unbalanced %d root %llu", root->send_in_progress, root->root_key.objectid); spin_unlock(&root->root_item_lock); } |