aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_agpsupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_agpsupport.c')
-rw-r--r--drivers/gpu/drm/drm_agpsupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_agpsupport.c b/drivers/gpu/drm/drm_agpsupport.c
index 737f02885c28..40fba1c04dfc 100644
--- a/drivers/gpu/drm/drm_agpsupport.c
+++ b/drivers/gpu/drm/drm_agpsupport.c
@@ -348,7 +348,7 @@ int drm_agp_bind_ioctl(struct drm_device *dev, void *data,
348 * \return zero on success or a negative number on failure. 348 * \return zero on success or a negative number on failure.
349 * 349 *
350 * Verifies the AGP device is present and has been acquired and looks up the 350 * Verifies the AGP device is present and has been acquired and looks up the
351 * AGP memory entry. If the memory it's currently bound, unbind it via 351 * AGP memory entry. If the memory is currently bound, unbind it via
352 * unbind_agp(). Frees it via free_agp() as well as the entry itself 352 * unbind_agp(). Frees it via free_agp() as well as the entry itself
353 * and unlinks from the doubly linked list it's inserted in. 353 * and unlinks from the doubly linked list it's inserted in.
354 */ 354 */