gfs2: Fix a number of kernel-doc warnings
authorLee Jones <lee.jones@linaro.org>
Tue, 30 Mar 2021 16:44:29 +0000 (17:44 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 9 Apr 2021 20:14:13 +0000 (22:14 +0200)
commitc551f66c5dfefd00687f7567183fec6889ba46a3
treec7f52dbdd902dd9a3bc30bc4f9d6859cbf6e7368
parenta4122a95ce6a6058a75266a3603f0e27721e5dd3
gfs2: Fix a number of kernel-doc warnings

Building the kernel with W=1 results in a number of kernel-doc warnings
like incorrect function names and parameter descriptions.  Fix those,
mostly by adding missing parameter descriptions, removing left-over
descriptions, and demoting some less important kernel-doc comments into
regular comments.

Originally proposed by Lee Jones; improved and combined into a single
patch by Andreas.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
17 files changed:
fs/gfs2/aops.c
fs/gfs2/bmap.c
fs/gfs2/file.c
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/inode.c
fs/gfs2/lock_dlm.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/meta_io.c
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c
fs/gfs2/recovery.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/util.c
fs/gfs2/xattr.c