You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
fs: fix kernel-doc for dcache::d_validate
Fix function parameter kernel-doc for d_validate(): Warning(fs/dcache.c:1495): No description found for parameter 'parent' Warning(fs/dcache.c:1495): Excess function parameter 'dparent' description in 'd_validate' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
+1
-1
@@ -1970,7 +1970,7 @@ out:
|
|||||||
/**
|
/**
|
||||||
* d_validate - verify dentry provided from insecure source (deprecated)
|
* d_validate - verify dentry provided from insecure source (deprecated)
|
||||||
* @dentry: The dentry alleged to be valid child of @dparent
|
* @dentry: The dentry alleged to be valid child of @dparent
|
||||||
* @dparent: The parent dentry (known to be valid)
|
* @parent: The parent dentry (known to be valid)
|
||||||
*
|
*
|
||||||
* An insecure source has sent us a dentry, here we verify it and dget() it.
|
* An insecure source has sent us a dentry, here we verify it and dget() it.
|
||||||
* This is used by ncpfs in its readdir implementation.
|
* This is used by ncpfs in its readdir implementation.
|
||||||
|
|||||||
Reference in New Issue
Block a user