]> git.ipfire.org Git - thirdparty/linux.git/commit
ubifs: Fix some kernel-doc comments
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 12 Jul 2023 07:46:37 +0000 (15:46 +0800)
committerRichard Weinberger <richard@nod.at>
Sat, 28 Oct 2023 20:03:14 +0000 (22:03 +0200)
commit48ec6328de6c153a64474d9e5b6ec95f20f4142b
tree8bc712fddf172288471d73fa029bee95c5e597c1
parent58720809f52779dc0f08e53e54b014209d13eebb
ubifs: Fix some kernel-doc comments

Add description of @time and @flags in ubifs_update_time().

to silence the warnings:
fs/ubifs/file.c:1383: warning: Function parameter or member 'time' not described in 'ubifs_update_time'
fs/ubifs/file.c:1383: warning: Function parameter or member 'flags' not described in 'ubifs_update_time'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5848
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/file.c