lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <979639c6-369b-c9ad-10d6-7982b048f1fb@infradead.org>
Date:	Mon, 15 Aug 2016 15:52:23 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	LKML <linux-kernel@...r.kernel.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Gustavo Padovan <gustavo.padovan@...labora.co.uk>,
	Daniel Vetter <daniel.vetter@...ll.ch>,
	Sumit Semwal <sumit.semwal@...aro.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Luis de Bethencourt <luisbg@....samsung.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Jonathan Corbet <corbet@....net>
Subject: [PATCH] include/linux: fix excess fence.h kernel-doc notation

From: Randy Dunlap <rdunlap@...radead.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@...labora.co.uk>
Cc: Daniel Vetter <daniel.vetter@...ll.ch>
Cc: Sumit Semwal <sumit.semwal@...aro.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Luis de Bethencourt <luisbg@....samsung.com>

Signed-off-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ