lib: small documentation fixes

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-02-20 11:31:01 +00:00
parent d9224c3479
commit 26f40811d7
4 changed files with 4 additions and 4 deletions

View File

@ -473,7 +473,7 @@ bool __igt_fork(void);
void igt_waitchildren(void); void igt_waitchildren(void);
/** /**
* igt_helper_process_t: * igt_helper_process:
* @running: indicates whether the process is currently running * @running: indicates whether the process is currently running
* @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM * @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM
* @pid: pid of the helper if @running is true * @pid: pid of the helper if @running is true

View File

@ -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 * @fd: open i915 drm file descriptor
* @arg: hang state from igt_hang_ring() * @arg: hang state from igt_hang_ring()
* *

View File

@ -34,7 +34,7 @@ typedef struct igt_hang_ring {
} igt_hang_ring_t; } igt_hang_ring_t;
struct igt_hang_ring igt_hang_ring(int fd, int ring); 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); int igt_fork_hang_helper(void);
void igt_stop_hang_helper(void); void igt_stop_hang_helper(void);

View File

@ -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 * @fd: open i915 drm file descriptor
* *
* Feature test macro to query whether hw context parameter support for @param * Feature test macro to query whether hw context parameter support for @param