diff options
author | Coly Li <colyli@suse.de> | 2018-08-11 07:19:52 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-08-11 23:46:42 +0200 |
commit | 2b1edd23ecc6f5839d107a723a282a73bf00df3f (patch) | |
tree | a22a528e5e64e362f1303ef19c1127c7771bdb39 /drivers/md/bcache/io.c | |
parent | bcache: replace '%pF' by '%pS' in seq_printf() (diff) | |
download | linux-2b1edd23ecc6f5839d107a723a282a73bf00df3f.tar.xz linux-2b1edd23ecc6f5839d107a723a282a73bf00df3f.zip |
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/io.c')
-rw-r--r-- | drivers/md/bcache/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/io.c b/drivers/md/bcache/io.c index cfc56add799a..c25097968319 100644 --- a/drivers/md/bcache/io.c +++ b/drivers/md/bcache/io.c @@ -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); |