* [PATCH] fs: fix fs/namei.c kernel-doc warnings
@ 2012-08-19 0:39 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-08-19 0:39 UTC (permalink / raw)
To: linux-fsdevel, Al Viro
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warnings in fs/namei.c:
Warning(fs/namei.c:360): No description found for parameter 'inode'
Warning(fs/namei.c:672): No description found for parameter 'nd'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
---
fs/namei.c | 2 ++
1 file changed, 2 insertions(+)
--- lnx-36-rc2.orig/fs/namei.c
+++ lnx-36-rc2/fs/namei.c
@@ -352,6 +352,7 @@ int __inode_permission(struct inode *ino
/**
* sb_permission - Check superblock-level permissions
* @sb: Superblock of inode to check permission on
+ * @inode: Inode to check permission on
* @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC)
*
* Separate out file-system wide checks from inode-specific permission checks.
@@ -656,6 +657,7 @@ int sysctl_protected_hardlinks __read_mo
/**
* may_follow_link - Check symlink following for unsafe situations
* @link: The path of the symlink
+ * @nd: nameidata pathwalk data
*
* In the case of the sysctl_protected_symlinks sysctl being enabled,
* CAP_DAC_OVERRIDE needs to be specifically ignored if the symlink is
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-19 0:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 0:39 [PATCH] fs: fix fs/namei.c kernel-doc warnings Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).