mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] include-linux-fix-excess-fenceh-kernel-doc-notation.patch removed from -mm tree
@ 2016-08-15 23:34 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-08-15 23:34 UTC (permalink / raw)
  To: rdunlap, daniel.vetter, gregkh, gustavo.padovan, luisbg,
	sumit.semwal, mm-commits


The patch titled
     Subject: include/linux: fix excess fence.h kernel-doc notation
has been removed from the -mm tree.  Its filename was
     include-linux-fix-excess-fenceh-kernel-doc-notation.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Randy Dunlap <rdunlap@infradead.org>
Subject: include/linux: fix excess fence.h kernel-doc notation

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")

Link: http://lkml.kernel.org/r/979639c6-369b-c9ad-10d6-7982b048f1fb@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: 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: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/fence.h |    2 --
 1 file changed, 2 deletions(-)

diff -puN include/linux/fence.h~include-linux-fix-excess-fenceh-kernel-doc-notation include/linux/fence.h
--- a/include/linux/fence.h~include-linux-fix-excess-fenceh-kernel-doc-notation
+++ a/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
_

Patches currently in -mm which might be from rdunlap@infradead.org are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-15 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15 23:34 [merged] include-linux-fix-excess-fenceh-kernel-doc-notation.patch removed from -mm tree akpm

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).