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>
This commit is contained in:
Thomas Wood 2015-06-29 14:37:13 +01:00
parent f01e0552d6
commit 85f6d82d3c

View File

@ -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 * 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 * 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 * Please consider using igt_set_module_param_int() for the integer and bool
* parameters. * parameters.