]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ubifs: Fix 'hash' kernel-doc warning in auth.c
authorWang Hai <wanghai38@huawei.com>
Mon, 14 Sep 2020 13:56:51 +0000 (21:56 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 17 Sep 2020 21:06:53 +0000 (23:06 +0200)
commitf39d9f4cb902fb42fce39a090304d428f9ab3c30
treef3e017583811cb950af7d9fbd9743b20120afd41
parentf4d51dffc6c01a9e94650d95ce0104964f8ae822
ubifs: Fix 'hash' kernel-doc warning in auth.c

Fixes the following W=1 kernel build warning(s):

fs/ubifs/auth.c:66: warning: Excess function parameter 'hash' description in 'ubifs_prepare_auth_node'

Rename hash to inhash.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/auth.c