OSDN Git Service

lightnvm: pblk: fix spelling in comment
authorHua Su <suhua.tanke@gmail.com>
Tue, 11 Dec 2018 19:16:17 +0000 (20:16 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 11 Dec 2018 19:22:34 +0000 (12:22 -0700)
Signed-off-by: Hua Su <suhua.tanke@gmail.com>
Updated description.
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/pblk-rb.c

index b1f4b51..9f7fa0f 100644 (file)
@@ -147,7 +147,7 @@ int pblk_rb_init(struct pblk_rb *rb, unsigned int size, unsigned int threshold,
 
        /*
         * Initialize rate-limiter, which controls access to the write buffer
-        * but user and GC I/O
+        * by user and GC I/O
         */
        pblk_rl_init(&pblk->rl, rb->nr_entries);