Hi Linus, Could you consider pulling these changes please? The first four patches fix kerneldoc warnings in fscache, afs, 9p and nfs - they're mostly just comment changes, though there's one place in 9p where a comment got detached from the function it was attached to (v9fs_fid_add) and has to switch places with a function that got inserted between (__add_fid). The patch on the end removes an unused symbol in fscache - I moved it last so you can discard it if you'd rather not pull that one just now. David Link: https://lore.kernel.org/r/163214005516.2945267.7000234432243167892.stgit@xxxxxxxxxxxxxxxxxxxxxx/ # rfc v1 Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@xxxxxxxxxxxxxxxxxxxxxx/ # rfc v2 Link: https://lore.kernel.org/r/163342376338.876192.10313278824682848704.stgit@xxxxxxxxxxxxxxxxxxxxxx/ # split up --- The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896: Linux 5.15-rc4 (2021-10-03 14:08:47 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/warning-fixes-20211005 for you to fetch changes up to ef31499a87cf842bdf6719f44473d93e99d09fe2: fscache: Remove an unused static variable (2021-10-04 22:13:12 +0100) ---------------------------------------------------------------- Warning fixes ---------------------------------------------------------------- David Howells (5): nfs: Fix kerneldoc warning shown up by W=1 afs: Fix kerneldoc warning shown up by W=1 9p: Fix a bunch of kerneldoc warnings shown up by W=1 fscache: Fix some kerneldoc warnings shown up by W=1 fscache: Remove an unused static variable fs/9p/cache.c | 8 ++++---- fs/9p/fid.c | 14 +++++++------- fs/9p/v9fs.c | 8 +++----- fs/9p/vfs_addr.c | 14 +++++++++----- fs/9p/vfs_file.c | 33 ++++++++++++--------------------- fs/9p/vfs_inode.c | 24 ++++++++++++++++-------- fs/9p/vfs_inode_dotl.c | 11 +++++++++-- fs/afs/dir_silly.c | 4 ++-- fs/fscache/object.c | 2 +- fs/fscache/operation.c | 3 +++ fs/nfs_common/grace.c | 1 - 11 files changed, 66 insertions(+), 56 deletions(-)