Jelajahi Sumber

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>
Javier González 7 tahun lalu
induk
melakukan
2e696f9093
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      drivers/lightnvm/pblk-write.c

+ 1 - 1
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 */
 		/* Release flags on write context. Protect from writes */
 		smp_store_release(&w_ctx->flags, flags);
 		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
 		 * re-map these entries
 		 */
 		 */
 		line = pblk_ppa_to_line(pblk, w_ctx->ppa);
 		line = pblk_ppa_to_line(pblk, w_ctx->ppa);