summaryrefslogtreecommitdiff
path: root/linux-core/drm_sman.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-08-14 11:52:34 +1000
committerDave Airlie <airlied@linux.ie>2006-08-14 11:52:34 +1000
commit0d60cd0036c6bc5383cdc1dad719950afd68cbbf (patch)
tree35d6ad1b2ccc6df16fc272e6fe7dced90d4a3674 /linux-core/drm_sman.h
parent18a48a9267826a3c81e87a5fa9bba79ea0cd295c (diff)
remove all TRUE instances as well
Diffstat (limited to 'linux-core/drm_sman.h')
-rw-r--r--linux-core/drm_sman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_sman.h b/linux-core/drm_sman.h
index 7c48360f..ddc732a1 100644
--- a/linux-core/drm_sman.h
+++ b/linux-core/drm_sman.h
@@ -148,7 +148,7 @@ extern drm_memblock_item_t *drm_sman_alloc(drm_sman_t * sman,
extern int drm_sman_free_key(drm_sman_t * sman, unsigned int key);
/*
- * returns TRUE iff there are no stale memory blocks associated with this owner.
+ * returns 1 iff there are no stale memory blocks associated with this owner.
* Typically called to determine if we need to idle the hardware and call
* drm_sman_owner_cleanup. If there are no stale memory blocks, it removes all
* resources associated with owner.