ubi: use correct names in function kernel-doc comments
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 13 Jan 2023 06:40:12 +0000 (22:40 -0800)
committerRichard Weinberger <richard@nod.at>
Sun, 5 Feb 2023 21:36:39 +0000 (22:36 +0100)
commit0b3bc49c936c1e6f399fcd2028ce24c3de9e7e59
treec7a561b40d81ecd85f4d628d2271ec5ccab66288
parent91cc8fbcc8c705310fc6e39899e6e6685531935b
ubi: use correct names in function kernel-doc comments

Fix kernel-doc warnings by using the correct function names in
their kernel-doc notation:

drivers/mtd/ubi/eba.c:72: warning: expecting prototype for next_sqnum(). Prototype was for ubi_next_sqnum() instead
drivers/mtd/ubi/wl.c:176: warning: expecting prototype for wl_tree_destroy(). Prototype was for wl_entry_destroy() instead
drivers/mtd/ubi/misc.c:24: warning: expecting prototype for calc_data_len(). Prototype was for ubi_calc_data_len() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Richard Weinberger <richard@nod.at>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/misc.c
drivers/mtd/ubi/wl.c