OSDN Git Service

drm/locking: fix drm_modeset_acquire_ctx kernel-doc
authorJani Nikula <jani.nikula@intel.com>
Thu, 20 Jan 2022 09:48:56 +0000 (11:48 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 20 Jan 2022 12:41:25 +0000 (14:41 +0200)
commit6f043b5969a4d6d385ca429388ded37e30e0d179
treeff3b7e403d752e6b8b7ea6e5097e9b4c772a245d
parent37e0321ab2569b44f8a94339bf47653493ac864e
drm/locking: fix drm_modeset_acquire_ctx kernel-doc

The stack_depot member was added without kernel-doc, leading to below
warning. Fix it.

./include/drm/drm_modeset_lock.h:74: warning: Function parameter or
member 'stack_depot' not described in 'drm_modeset_acquire_ctx'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://patchwork.freedesktop.org/patch/msgid/20220120094856.3004147-1-jani.nikula@intel.com
include/drm/drm_modeset_lock.h