lib: fix a few documentation warnings

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2014-12-12 14:18:07 +00:00
parent a11117e42f
commit f59bbf7e8f
2 changed files with 2 additions and 1 deletions

View File

@ -1419,6 +1419,7 @@ void igt_skip_on_simulation(void)
/**
* igt_log:
* @domain: the log domain, or NULL for no domain
* @level: #igt_log_level
* @format: format string
* @...: optional arguments used in the format string
@ -1444,6 +1445,7 @@ void igt_log(const char *domain, enum igt_log_level level, const char *format, .
/**
* igt_vlog:
* @domain: the log domain, or NULL for no domain
* @level: #igt_log_level
* @format: format string
* @args: variable arguments lists

View File

@ -812,7 +812,6 @@ uint64_t gem_aperture_size(int fd)
/**
* gem_mappable_aperture_size:
* @fd: open i915 drm file descriptor
*
* Feature test macro to query the kernel for the mappable gpu aperture size.
* This is the area available for GTT memory mappings.