nsfs: repair kernel-doc for ns_match()
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 7 Nov 2022 11:08:17 +0000 (12:08 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jan 2023 20:47:40 +0000 (15:47 -0500)
commit39ecb653f671bbccd4a3c40f7f803f2874252f81
tree3e4fbb865950ccb39a3a8b28a7cecea87b0aec66
parent1cb925c0863efcd8ed12ac3ac4a902386e6779f7
nsfs: repair kernel-doc for ns_match()

Commit 1e2328e76254 ("fs/nsfs.c: Added ns_match") adds the ns_match()
function with a kernel-doc comment, but the ns parameter was referred to
with ns_common.

Hence, ./scripts/kernel-doc -none fs/nsfs.c warns about it.

Adjust the kernel-doc comment for ns_match() for make W=1 happiness.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nsfs.c