diff options
author | Javier González <javier@javigon.com> | 2018-10-09 07:11:43 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-10-09 10:25:06 -0400 |
commit | 2e696f9093d0778d66d486c42577d651b60534ab (patch) | |
tree | 7e963ebac63e28cf93767a920198677f80daa51f /drivers/lightnvm | |
parent | cb21665c8d13bb7e1f6e211442c53f4675f1569d (diff) |
lightnvm: pblk: fix comment typo
Fix comment typo Decrese -> Decrease
Signed-off-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm')
-rw-r--r-- | drivers/lightnvm/pblk-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lightnvm/pblk-write.c b/drivers/lightnvm/pblk-write.c index c23b65aaa27b..625ed5a3a020 100644 --- a/drivers/lightnvm/pblk-write.c +++ b/drivers/lightnvm/pblk-write.c | |||
@@ -168,7 +168,7 @@ static void pblk_prepare_resubmit(struct pblk *pblk, unsigned int sentry, | |||
168 | /* Release flags on write context. Protect from writes */ | 168 | /* Release flags on write context. Protect from writes */ |
169 | smp_store_release(&w_ctx->flags, flags); | 169 | smp_store_release(&w_ctx->flags, flags); |
170 | 170 | ||
171 | /* Decrese the reference count to the line as we will | 171 | /* Decrease the reference count to the line as we will |
172 | * re-map these entries | 172 | * re-map these entries |
173 | */ | 173 | */ |
174 | line = pblk_ppa_to_line(pblk, w_ctx->ppa); | 174 | line = pblk_ppa_to_line(pblk, w_ctx->ppa); |