bcache: fix typo 'succesfully' to 'successfully'
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:52 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:42 +0000 (15:46 -0600)
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>
drivers/md/bcache/io.c
drivers/md/bcache/request.c

index cfc56add799a284a7ed2d27ca6382dfc286d59d2..c250979683194c69f8ea1b9585e13907c877eb3a 100644 (file)
@@ -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);
index 858dd3da9dc56cacb2501e8726381b34c3545a73..55264e71369da0b088987e1f74d5f4cd778bfa53 100644 (file)
@@ -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