From: Randy Dunlap Date: Mon, 6 Nov 2023 06:07:44 +0000 (-0800) Subject: ubifs: auth.c: fix kernel-doc function prototype warning X-Git-Tag: v6.8-rc1~87^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19c2fcb4a489cf7c40686e694336478093919960;p=thirdparty%2Fkernel%2Flinux.git 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 Reported-by: kernel test robot Closes: lore.kernel.org/r/202311052125.gE1Rylox-lkp@intel.com Cc: Richard Weinberger Cc: linux-mtd@lists.infradead.org Reviewed-by: Zhihao Cheng Signed-off-by: Richard Weinberger --- diff --git a/fs/ubifs/auth.c b/fs/ubifs/auth.c index 5c414d896c9bd..a4a0158f712d3 100644 --- a/fs/ubifs/auth.c +++ b/fs/ubifs/auth.c @@ -18,7 +18,7 @@ #include "ubifs.h" /** - * ubifs_node_calc_hash - calculate the hash of a UBIFS node + * __ubifs_node_calc_hash - calculate the hash of a UBIFS node * @c: UBIFS file-system description object * @node: the node to calculate a hash for * @hash: the returned hash