aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm
diff options
context:
space:
mode:
authorJavier González <javier@javigon.com>2018-10-09 07:11:43 -0400
committerJens Axboe <axboe@kernel.dk>2018-10-09 10:25:06 -0400
commit2e696f9093d0778d66d486c42577d651b60534ab (patch)
tree7e963ebac63e28cf93767a920198677f80daa51f /drivers/lightnvm
parentcb21665c8d13bb7e1f6e211442c53f4675f1569d (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.c2
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);