diff options
author | Coly Li <colyli@suse.de> | 2018-08-11 01:19:52 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-08-11 17:46:42 -0400 |
commit | 2b1edd23ecc6f5839d107a723a282a73bf00df3f (patch) | |
tree | a22a528e5e64e362f1303ef19c1127c7771bdb39 /drivers/md/bcache/request.c | |
parent | d9c61d30e86a024b2f7c728706b8ab2c9e6ec2c1 (diff) |
bcache: fix typo 'succesfully' to 'successfully'
This patch fixes typo 'succesfully' to correct 'successfully', which is
suggested by checkpatch.pl.
Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/bcache/request.c')
-rw-r--r-- | drivers/md/bcache/request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c index 858dd3da9dc5..55264e71369d 100644 --- a/drivers/md/bcache/request.c +++ b/drivers/md/bcache/request.c | |||
@@ -154,7 +154,7 @@ static void bch_data_insert_error(struct closure *cl) | |||
154 | 154 | ||
155 | /* | 155 | /* |
156 | * Our data write just errored, which means we've got a bunch of keys to | 156 | * Our data write just errored, which means we've got a bunch of keys to |
157 | * insert that point to data that wasn't succesfully written. | 157 | * insert that point to data that wasn't successfully written. |
158 | * | 158 | * |
159 | * We don't have to insert those keys but we still have to invalidate | 159 | * We don't have to insert those keys but we still have to invalidate |
160 | * that region of the cache - so, if we just strip off all the pointers | 160 | * that region of the cache - so, if we just strip off all the pointers |