aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_framebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_framebuffer.c')
-rw-r--r--drivers/gpu/drm/drm_framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_framebuffer.c b/drivers/gpu/drm/drm_framebuffer.c
index 7abcb265a108..d8d75e25f6fb 100644
--- a/drivers/gpu/drm/drm_framebuffer.c
+++ b/drivers/gpu/drm/drm_framebuffer.c
@@ -773,7 +773,7 @@ EXPORT_SYMBOL(drm_framebuffer_lookup);
773 * @fb: fb to unregister 773 * @fb: fb to unregister
774 * 774 *
775 * Drivers need to call this when cleaning up driver-private framebuffers, e.g. 775 * Drivers need to call this when cleaning up driver-private framebuffers, e.g.
776 * those used for fbdev. Note that the caller must hold a reference of it's own, 776 * those used for fbdev. Note that the caller must hold a reference of its own,
777 * i.e. the object may not be destroyed through this call (since it'll lead to a 777 * i.e. the object may not be destroyed through this call (since it'll lead to a
778 * locking inversion). 778 * locking inversion).
779 * 779 *