Skip to content

Commit

Permalink
bcache: fix typo 'succesfully' to 'successfully'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Coly Li authored and Jens Axboe committed Aug 11, 2018
1 parent d9c61d3 commit 2b1edd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/md/bcache/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void bch_count_io_errors(struct cache *ca,

/*
* First we subtract refresh from count; each time we
* succesfully do so, we rescale the errors once:
* successfully do so, we rescale the errors once:
*/

count = atomic_cmpxchg(&ca->io_count, old, new);
Expand Down
2 changes: 1 addition & 1 deletion drivers/md/bcache/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static void bch_data_insert_error(struct closure *cl)

/*
* Our data write just errored, which means we've got a bunch of keys to
* insert that point to data that wasn't succesfully written.
* insert that point to data that wasn't successfully written.
*
* We don't have to insert those keys but we still have to invalidate
* that region of the cache - so, if we just strip off all the pointers
Expand Down

0 comments on commit 2b1edd2

Please sign in to comment.