mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/mode_object: fix documentation for object lookups.
The lease updates missed a few bits of docs, fixed up the wrong name on the property lookup fn as well. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -681,6 +681,7 @@ EXPORT_SYMBOL(drm_framebuffer_init);
|
||||
/**
|
||||
* drm_framebuffer_lookup - look up a drm framebuffer and grab a reference
|
||||
* @dev: drm device
|
||||
* @file_priv: drm file to check for lease against.
|
||||
* @id: id of the fb object
|
||||
*
|
||||
* If successful, this grabs an additional reference to the framebuffer -
|
||||
|
||||
Reference in New Issue
Block a user