lib: fix a few documentation warnings
authorThomas Wood <thomas.wood@intel.com>
Fri, 12 Dec 2014 14:18:07 +0000 (14:18 +0000)
committerThomas Wood <thomas.wood@intel.com>
Fri, 12 Dec 2014 14:18:12 +0000 (14:18 +0000)
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
lib/igt_core.c
lib/ioctl_wrappers.c

index e12b566..08e0c47 100644 (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
index 56280b6..cddf6c7 100644 (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.