summary refs log tree commit diff
diff options
context:
space:
mode:
authorJavier González <javier@javigon.com>2018-10-09 13:11:43 +0200
committerJens Axboe <axboe@kernel.dk>2018-10-09 08:25:06 -0600
commit2e696f9093d0778d66d486c42577d651b60534ab (patch)
tree7e963ebac63e28cf93767a920198677f80daa51f
parentcb21665c8d13bb7e1f6e211442c53f4675f1569d (diff)
downloadlinux-2e696f9093d0778d66d486c42577d651b60534ab.tar.gz
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>
-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,
 		/* Release flags on write context. Protect from writes */
 		smp_store_release(&w_ctx->flags, flags);
 
-		/* Decrese the reference count to the line as we will
+		/* Decrease the reference count to the line as we will
 		 * re-map these entries
 		 */
 		line = pblk_ppa_to_line(pblk, w_ctx->ppa);