* [PATCH] include/linux: fix excess fence.h kernel-doc notation
@ 2016-08-15 22:52 Randy Dunlap
2016-08-15 23:13 ` Gustavo Padovan
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2016-08-15 22:52 UTC (permalink / raw)
To: LKML, Linus Torvalds
Cc: Gustavo Padovan, Daniel Vetter, Sumit Semwal, Greg Kroah-Hartman,
Luis de Bethencourt, Andrew Morton, Jonathan Corbet
From: Randy Dunlap <rdunlap@infradead.org>
Fix excess fields in kernel-doc notation in <linux/fence.h>
after some struct fields were removed.
Fixes these kernel-doc warnings:
..//include/linux/fence.h:85: warning: Excess struct/union/enum/typedef member 'child_list' description in 'fence'
..//include/linux/fence.h:85: warning: Excess struct/union/enum/typedef member 'active_list' description in 'fence'
Fixes: 0431b9065f28 ("staging/android: bring struct sync_pt back")
Cc: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
include/linux/fence.h | 2 --
1 file changed, 2 deletions(-)
--- lnx-48-rc2.orig/include/linux/fence.h
+++ lnx-48-rc2/include/linux/fence.h
@@ -49,8 +49,6 @@ struct fence_cb;
* @timestamp: Timestamp when the fence was signaled.
* @status: Optional, only valid if < 0, must be set before calling
* fence_signal, indicates that the fence has completed with an error.
- * @child_list: list of children fences
- * @active_list: list of active fences
*
* the flags member must be manipulated and read using the appropriate
* atomic ops (bit_*), so taking the spinlock will not be needed most
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] include/linux: fix excess fence.h kernel-doc notation
2016-08-15 22:52 [PATCH] include/linux: fix excess fence.h kernel-doc notation Randy Dunlap
@ 2016-08-15 23:13 ` Gustavo Padovan
0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2016-08-15 23:13 UTC (permalink / raw)
To: Randy Dunlap
Cc: LKML, Linus Torvalds, Gustavo Padovan, Daniel Vetter,
Sumit Semwal, Greg Kroah-Hartman, Luis de Bethencourt,
Andrew Morton, Jonathan Corbet
2016-08-15 Randy Dunlap <rdunlap@infradead.org>:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix excess fields in kernel-doc notation in <linux/fence.h>
> after some struct fields were removed.
>
> Fixes these kernel-doc warnings:
> ..//include/linux/fence.h:85: warning: Excess struct/union/enum/typedef member 'child_list' description in 'fence'
> ..//include/linux/fence.h:85: warning: Excess struct/union/enum/typedef member 'active_list' description in 'fence'
>
> Fixes: 0431b9065f28 ("staging/android: bring struct sync_pt back")
>
> Cc: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Luis de Bethencourt <luisbg@osg.samsung.com>
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> include/linux/fence.h | 2 --
> 1 file changed, 2 deletions(-)
>
> --- lnx-48-rc2.orig/include/linux/fence.h
> +++ lnx-48-rc2/include/linux/fence.h
> @@ -49,8 +49,6 @@ struct fence_cb;
> * @timestamp: Timestamp when the fence was signaled.
> * @status: Optional, only valid if < 0, must be set before calling
> * fence_signal, indicates that the fence has completed with an error.
> - * @child_list: list of children fences
> - * @active_list: list of active fences
> *
> * the flags member must be manipulated and read using the appropriate
> * atomic ops (bit_*), so taking the spinlock will not be needed most
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Gustavo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-15 23:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15 22:52 [PATCH] include/linux: fix excess fence.h kernel-doc notation Randy Dunlap
2016-08-15 23:13 ` Gustavo Padovan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®