summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-12-12 14:18:07 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-12 14:18:12 +0000
commitf59bbf7e8f6b0b5208e6cc11e01537a93ae93706 (patch)
tree79c1755c9695a55e39165885456f35cd5fd819dd
parenta11117e42fabc3228d21a4786584acbe9840f1dc (diff)
lib: fix a few documentation warnings
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--lib/igt_core.c2
-rw-r--r--lib/ioctl_wrappers.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index e12b5663..08e0c47f 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -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
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index 56280b69..cddf6c74 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -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.