summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.h
diff options
context:
space:
mode:
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().
*
*/