aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2016-03-04 14:23:12 -0500
committerDavid Sterba <dsterba@suse.com>2016-03-14 10:05:02 -0400
commitbb7ab3b92e46da06b580c6f83abe7894dc449cca (patch)
tree1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/disk-io.c
parent2e3fcb1ccdbe7918006d509a531fcf8c9b10e9f8 (diff)
btrfs: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 53525a54608b..c95e3ce9f22e 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -816,7 +816,7 @@ static void run_one_async_done(struct btrfs_work *work)
816 waitqueue_active(&fs_info->async_submit_wait)) 816 waitqueue_active(&fs_info->async_submit_wait))
817 wake_up(&fs_info->async_submit_wait); 817 wake_up(&fs_info->async_submit_wait);
818 818
819 /* If an error occured we just want to clean up the bio and move on */ 819 /* If an error occurred we just want to clean up the bio and move on */
820 if (async->error) { 820 if (async->error) {
821 async->bio->bi_error = async->error; 821 async->bio->bi_error = async->error;
822 bio_endio(async->bio); 822 bio_endio(async->bio);