]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux: fix excess fence.h kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 15 Aug 2016 22:52:23 +0000 (15:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 15:43:32 +0000 (17:43 +0200)
commit41c0e287cf57185ed3a89dfa585f777d8a092b4f
tree65c373e3a4d4a84a60a62e0ee48c8d5807d6f33b
parent98122570bb6320b2439ff06aa79112af52643bfc
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: 53a331664a0d ("staging/android: bring struct sync_pt back")
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/fence.h