From: Kai Song Date: Tue, 5 Oct 2021 06:56:55 +0000 (+0800) Subject: ubi: Fix a mistake in comment X-Git-Tag: v5.17-rc1~128^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc7849e280434289936b5cbe1b3701336741aba9;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Richard Weinberger --- diff --git a/drivers/mtd/ubi/debug.c b/drivers/mtd/ubi/debug.c index 3c0c8eca4d517..31d427ee191a3 100644 --- a/drivers/mtd/ubi/debug.c +++ b/drivers/mtd/ubi/debug.c @@ -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)