summaryrefslogtreecommitdiff
path: root/lib/ioctl_wrappers.c
diff options
context:
space:
mode:
authorDominik Grzegorzek <dominik.grzegorzek@intel.com>2020-10-27 13:13:46 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-10-28 21:54:36 +0000
commitdb972bdaab8ada43b742bc9621bb0fc9d56a6fc6 (patch)
treef8b82c4cdc6cd3ff8151ea41c141f3e83fc4160a /lib/ioctl_wrappers.c
parent7fd7e3fb8b42eb4e62a4575f6edc5a048e5bec3d (diff)
lib/ioctl_wrappers: Improve a confusing comment
I believe that the word 'mappable' was added there by pasting it from doc comment above. It is quite confusing. Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/ioctl_wrappers.c')
-rw-r--r--lib/ioctl_wrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index edac50f0..06431ce6 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -1007,7 +1007,7 @@ uint64_t gem_mappable_aperture_size(void)
* Feature test macro to query the kernel for the global gpu aperture size.
* This is the area available for the kernel to perform address translations.
*
- * Returns: The mappable gtt address space size.
+ * Returns: The gtt address space size.
*/
uint64_t gem_global_aperture_size(int fd)
{