Commit bc7849e2 authored by Kai Song's avatar Kai Song Committed by Richard Weinberger

ubi: Fix a mistake in comment

Fixes: 2a734bb8 ("UBI: use debugfs for the extra checks knobs")
There is a mistake in docstrings, it should be ubi_debugfs_exit_dev
instead of dbg_debug_exit_dev.
Signed-off-by: default avatarKai Song <songkai01@inspur.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 7296c8af
......@@ -562,7 +562,7 @@ int ubi_debugfs_init_dev(struct ubi_device *ubi)
}
/**
* dbg_debug_exit_dev - free all debugfs files corresponding to device @ubi
* ubi_debugfs_exit_dev - free all debugfs files corresponding to device @ubi
* @ubi: UBI device description object
*/
void ubi_debugfs_exit_dev(struct ubi_device *ubi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment