mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
nsfs: repair kernel-doc for ns_match()
Commit 1e2328e762
("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>
This commit is contained in:
parent
1cb925c086
commit
39ecb653f6
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user