summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-02-20 11:31:01 +0000
committerThomas Wood <thomas.wood@intel.com>2015-02-25 16:59:22 +0000
commit26f40811d70cdb80d81edea13c1d2ee55074d196 (patch)
tree0a80785cb931c3573ee48891244ee1df2764c29c
parentd9224c3479e70be31612f881d180666e1dbead93 (diff)
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--lib/igt_core.h2
-rw-r--r--lib/igt_gt.c2
-rw-r--r--lib/igt_gt.h2
-rw-r--r--lib/ioctl_wrappers.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index e1833cf4..cc73a712 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -473,7 +473,7 @@ bool __igt_fork(void);
void igt_waitchildren(void);
/**
- * igt_helper_process_t:
+ * igt_helper_process:
* @running: indicates whether the process is currently running
* @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM
* @pid: pid of the helper if @running is true
diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 26c347b4..84aa5d37 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -125,7 +125,7 @@ igt_hang_ring_t igt_hang_ring(int fd, int ring)
}
/**
- * igt_hang_ring:
+ * igt_post_hang_ring:
* @fd: open i915 drm file descriptor
* @arg: hang state from igt_hang_ring()
*
diff --git a/lib/igt_gt.h b/lib/igt_gt.h
index f1e080d3..51054233 100644
--- a/lib/igt_gt.h
+++ b/lib/igt_gt.h
@@ -34,7 +34,7 @@ typedef struct igt_hang_ring {
} igt_hang_ring_t;
struct igt_hang_ring igt_hang_ring(int fd, int ring);
-void igt_post_hang_ring(int fd, struct igt_hang_ring data);
+void igt_post_hang_ring(int fd, struct igt_hang_ring arg);
int igt_fork_hang_helper(void);
void igt_stop_hang_helper(void);
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index cd6884ad..66c90de0 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -697,7 +697,7 @@ void gem_context_set_param(int fd, struct local_i915_gem_context_param *p)
}
/**
- * gem_require_caching:
+ * gem_context_require_param:
* @fd: open i915 drm file descriptor
*
* Feature test macro to query whether hw context parameter support for @param