]> git.itanic.dy.fi Git - linux-stable/commit
ubifs: auth.c: fix kernel-doc function prototype warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 6 Nov 2023 06:07:44 +0000 (22:07 -0800)
committerRichard Weinberger <richard@nod.at>
Fri, 5 Jan 2024 15:34:39 +0000 (16:34 +0100)
commit19c2fcb4a489cf7c40686e694336478093919960
tree8e6de3b867497816885b243e4732c213f9aec43e
parent738fadaa549797c777650ac8d0d433fdc20152e3
ubifs: auth.c: fix kernel-doc function prototype warning

Use the correct function name in the kernel-doc comment to prevent
a kernel-doc warning:

auth.c:30: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Closes: lore.kernel.org/r/202311052125.gE1Rylox-lkp@intel.com
Cc: Richard Weinberger <richard@nod.at>
Cc: linux-mtd@lists.infradead.org
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/auth.c