aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ubifs/debug.c2
-rw-r--r--fs/ubifs/gc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c
index 9a41f6f245b7..e975bd82f38b 100644
--- a/fs/ubifs/debug.c
+++ b/fs/ubifs/debug.c
@@ -1407,7 +1407,7 @@ int dbg_check_tnc(struct ubifs_info *c, int extra)
1407 * @c: UBIFS file-system description object 1407 * @c: UBIFS file-system description object
1408 * @leaf_cb: called for each leaf node 1408 * @leaf_cb: called for each leaf node
1409 * @znode_cb: called for each indexing node 1409 * @znode_cb: called for each indexing node
1410 * @priv: private date which is passed to callbacks 1410 * @priv: private data which is passed to callbacks
1411 * 1411 *
1412 * This function walks the UBIFS index and calls the @leaf_cb for each leaf 1412 * This function walks the UBIFS index and calls the @leaf_cb for each leaf
1413 * node and @znode_cb for each indexing node. Returns zero in case of success 1413 * node and @znode_cb for each indexing node. Returns zero in case of success
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c
index 9760154d874b..bad3339a800d 100644
--- a/fs/ubifs/gc.c
+++ b/fs/ubifs/gc.c
@@ -401,7 +401,7 @@ int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp)
401 401
402 /* 402 /*
403 * Don't release the LEB until after the next commit, because 403 * Don't release the LEB until after the next commit, because
404 * it may contain date which is needed for recovery. So 404 * it may contain data which is needed for recovery. So
405 * although we freed this LEB, it will become usable only after 405 * although we freed this LEB, it will become usable only after
406 * the commit. 406 * the commit.
407 */ 407 */