1
0
Fork 0

lightnvm: pblk: fix spelling in comment

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>
hifive-unleashed-5.1
Hua Su 2018-12-11 20:16:17 +01:00 committed by Jens Axboe
parent e698d9f4e6
commit 6e82f0ba00
1 changed files with 1 additions and 1 deletions

View 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);