* [PATCH] ipc: fix util.c kernel-doc warnings
@ 2011-03-26 20:27 Randy Dunlap
2011-03-27 20:41 ` Jesper Juhl
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-03-26 20:27 UTC (permalink / raw)
To: lkml; +Cc: torvalds
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix ipc/util.c kernel-doc warnings:
Warning(ipc/util.c:336): No description found for parameter 'ns'
Warning(ipc/util.c:620): No description found for parameter 'ns'
Warning(ipc/util.c:790): No description found for parameter 'ns'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
ipc/util.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- linux-2.6.38-git18.orig/ipc/util.c
+++ linux-2.6.38-git18/ipc/util.c
@@ -317,6 +317,7 @@ retry:
/**
* ipc_check_perms - check security and permissions for an IPC
+ * @ns: IPC namespace
* @ipcp: ipc permission set
* @ops: the actual security routine to call
* @params: its parameters
@@ -607,6 +608,7 @@ void ipc_rcu_putref(void *ptr)
/**
* ipcperms - check IPC permissions
+ * @ns: IPC namespace
* @ipcp: IPC permission set
* @flag: desired permission set.
*
@@ -769,7 +771,7 @@ void ipc_update_perm(struct ipc64_perm *
/**
* ipcctl_pre_down - retrieve an ipc and check permissions for some IPC_XXX cmd
- * @ids: the ipc namespace
+ * @ns: the ipc namespace
* @ids: the table of ids where to look for the ipc
* @id: the id of the ipc to retrieve
* @cmd: the cmd to check
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ipc: fix util.c kernel-doc warnings
2011-03-26 20:27 [PATCH] ipc: fix util.c kernel-doc warnings Randy Dunlap
@ 2011-03-27 20:41 ` Jesper Juhl
0 siblings, 0 replies; 2+ messages in thread
From: Jesper Juhl @ 2011-03-27 20:41 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, torvalds
On Sat, 26 Mar 2011, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix ipc/util.c kernel-doc warnings:
>
> Warning(ipc/util.c:336): No description found for parameter 'ns'
> Warning(ipc/util.c:620): No description found for parameter 'ns'
> Warning(ipc/util.c:790): No description found for parameter 'ns'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-27 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 20:27 [PATCH] ipc: fix util.c kernel-doc warnings Randy Dunlap
2011-03-27 20:41 ` Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox