summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-06-29 14:37:13 +0100
committerThomas Wood <thomas.wood@intel.com>2015-07-02 08:17:17 +0100
commit85f6d82d3ccde981382b784b67a5cc2b19dfa4bb (patch)
tree3ddc006e835c0b586ff3eb2b2fc5444ec049346d
parentf01e0552d6b94d7eb2d87e388ba5be596234886c (diff)
docs: fix "no link" warning
igt_save_module_param is an internal static function and therefore isn't included in the public API documentation. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--lib/igt_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index cf133227..8dfbe5bf 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -827,7 +827,7 @@ static void igt_save_module_param(const char *name, const char *file_path)
*
* This function sets the desired value for the given i915.ko parameter. It also
* takes care of saving and restoring the values that were already set before
- * the test was run by calling igt_save_module_param().
+ * the test was run.
*
* Please consider using igt_set_module_param_int() for the integer and bool
* parameters.