aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs/debug.c')
-rw-r--r--fs/ubifs/debug.c2
1 files changed, 1 insertions, 1 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