Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ubi: Fix a mistake in comment

Fixes: 2a734bb8d502 ("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: Kai Song <songkai01@inspur.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Kai Song and committed by
Richard Weinberger
bc7849e2 7296c8af

+1 -1
+1 -1
drivers/mtd/ubi/debug.c
··· 562 562 } 563 563 564 564 /** 565 - * dbg_debug_exit_dev - free all debugfs files corresponding to device @ubi 565 + * ubi_debugfs_exit_dev - free all debugfs files corresponding to device @ubi 566 566 * @ubi: UBI device description object 567 567 */ 568 568 void ubi_debugfs_exit_dev(struct ubi_device *ubi)