]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: fix drm_modeset_lock.h kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 16 Aug 2014 21:15:34 +0000 (14:15 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 14:49:33 +0000 (16:49 +0200)
commitf3a808817fdb48a9fa3e4ed40e7f8a8dec50014c
tree0f7da67ba80a40983178114ae4fdce333018fd95
parentedbaae5a5cab89de0e64b8c03ebd9a8d5d266550
drm: fix drm_modeset_lock.h kernel-doc notation

Fix drm kernel-doc notation to squelch these warnings:

Warning(..//include/drm/drm_modeset_lock.h:41): cannot understand function prototype: 'struct drm_modeset_acquire_ctx '
Warning(..//include/drm/drm_modeset_lock.h:66): cannot understand function prototype: 'struct drm_modeset_lock '

Need to include the keyword 'struct' for structure descriptions.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_modeset_lock.h