summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-08 17:06:58 +0100
committerThomas Wood <thomas.wood@intel.com>2014-10-17 15:34:43 +0100
commitd4e3b6a0f5cd759182a53e2bc51a3d3f317a81f0 (patch)
tree6d428ec6e5ef785085796bbe3176c823cf55ec95 /lib/igt_debugfs.h
parent303fe742fcdd7da6f03f948a4e41b529ee39613a (diff)
lib: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_debugfs.h')
-rw-r--r--lib/igt_debugfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h
index adcf83b2..8ac15396 100644
--- a/lib/igt_debugfs.h
+++ b/lib/igt_debugfs.h
@@ -146,7 +146,6 @@ int igt_open_forcewake_handle(void);
/**
* stop_ring_flags:
- *
* @STOP_RING_NONE: Can be used to clear the pending stop (warning: hang might
* be declared already). Returned by igt_get_stop_rings() if there is
* no currently stopped rings.
@@ -157,7 +156,8 @@ int igt_open_forcewake_handle(void);
* @STOP_RING_ALL: All rings
* @STOP_RING_ALLOW_ERRORS: Driver will not omit expected DRM_ERRORS
* @STOP_RING_ALLOW_BAN: Driver will use context ban policy
- * @STOP_RING_DEFAULT: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS
+ * @STOP_RING_DEFAULTS: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS
+ *
* Enumeration of all supported flags for igt_set_stop_rings().
*
*/