Commit b5dd034f authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Richard Weinberger
Browse files

UBI: Fastmap: Fix kernel-doc

drivers/mtd/ubi/fastmap.c:104: warning: expecting prototype for new_fm_vhdr(). Prototype was for new_fm_vbuf() instead.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2289


Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 4d57a733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ size_t ubi_calc_fm_size(struct ubi_device *ubi)


/**
 * new_fm_vhdr - allocate a new volume header for fastmap usage.
 * new_fm_vbuf() - allocate a new volume header for fastmap usage.
 * @ubi: UBI device description object
 * @vol_id: the VID of the new header
 *