From: Javier González Date: Tue, 9 Oct 2018 11:11:43 +0000 (+0200) Subject: lightnvm: pblk: fix comment typo X-Git-Tag: v4.20-rc1~191^2~81 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e696f9093d0778d66d486c42577d651b60534ab;p=uclinux-h8%2Flinux.git lightnvm: pblk: fix comment typo Fix comment typo Decrese -> Decrease Signed-off-by: Javier González Signed-off-by: Matias Bjørling Signed-off-by: Jens Axboe --- 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);