projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb21665
)
lightnvm: pblk: fix comment typo
author
Javier González
<javier@javigon.com>
Tue, 9 Oct 2018 11:11:43 +0000
(13:11 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 9 Oct 2018 14:25:06 +0000
(08:25 -0600)
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>
drivers/lightnvm/pblk-write.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/lightnvm/pblk-write.c
b/drivers/lightnvm/pblk-write.c
index c23b65aaa27bfdb1fd192bac143593f9e349218b..625ed5a3a020dbec861807e8b7e4cd327102bb0d 100644
(file)
--- 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
+ /* Decre
a
se the reference count to the line as we will
* re-map these entries
*/
line = pblk_ppa_to_line(pblk, w_ctx->ppa);