From: Lukas Bulwahn Date: Mon, 7 Nov 2022 11:08:17 +0000 (+0100) Subject: nsfs: repair kernel-doc for ns_match() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39ecb653f671bbccd4a3c40f7f803f2874252f81;p=linux.git 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 Signed-off-by: Al Viro --- diff --git a/fs/nsfs.c b/fs/nsfs.c index c28f69edef97a..f8df60b3b901a 100644 --- a/fs/nsfs.c +++ b/fs/nsfs.c @@ -255,7 +255,7 @@ out_invalid: /** * ns_match() - Returns true if current namespace matches dev/ino provided. - * @ns_common: current ns + * @ns: current namespace * @dev: dev_t from nsfs that will be matched against current nsfs * @ino: ino_t from nsfs that will be matched against current nsfs *