summaryrefslogtreecommitdiff
path: root/lib/igt_aux.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-06-09 17:23:21 +0100
committerThomas Wood <thomas.wood@intel.com>2014-06-12 10:12:13 +0100
commit52a3a2e205da1679487a99699713dee240437255 (patch)
tree0e7b44adb3f000757c2a02e8f227f0179a6efb3a /lib/igt_aux.c
parent25663d9fe3d6e762132022e1af651a99f9b928a3 (diff)
lib: various documentation fixes
Fix some documentation comments and mark some struct members private. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_aux.c')
-rw-r--r--lib/igt_aux.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index c0088d58..7b277be6 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -430,10 +430,9 @@ bool igt_setup_runtime_pm(void)
}
/**
- * igt_runtime_pm_status:
+ * igt_get_runtime_pm_status:
*
- * Returns:
- * The current runtime PM status.
+ * Returns: The current runtime PM status.
*/
enum igt_runtime_pm_status igt_get_runtime_pm_status(void)
{