From 85f6d82d3ccde981382b784b67a5cc2b19dfa4bb Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 29 Jun 2015 14:37:13 +0100 Subject: [PATCH] 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 --- lib/igt_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.