From: Linus Torvalds Date: Tue, 5 Oct 2021 17:52:53 +0000 (-0700) Subject: Merge tag 'warning-fixes-20211005' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.15-rc5~24 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=60a9483534ed0d99090a2ee1d4bb0b8179195f51;p=linux-block.git Merge tag 'warning-fixes-20211005' of git://git./linux/kernel/git/dhowells/linux-fs Pull misc fs warning fixes from David Howells: "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" * tag 'warning-fixes-20211005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: fscache: Remove an unused static variable fscache: Fix some kerneldoc warnings shown up by W=1 9p: Fix a bunch of kerneldoc warnings shown up by W=1 afs: Fix kerneldoc warning shown up by W=1 nfs: Fix kerneldoc warning shown up by W=1 --- 60a9483534ed0d99090a2ee1d4bb0b8179195f51