aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgongzg <gongzhaogang@inspur.com>2015-07-01 02:45:38 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-07-01 17:17:56 -0400
commit3d2967b5b5b29a863227273639b84cfd39bba7f3 (patch)
tree2228b9f9199cd47d4af634401373f3f8dfdb7e21
parent413d4a6defe0467cd22d97bfc5c274f8e3220124 (diff)
ACPICA: Comment update, no functional change
ACPICA commit 1a8ec7b83d55c7b957247d685bd1c73f6a012f1e Remove redundant comment in nseval.c Link: https://github.com/acpica/acpica/commit/1a8ec7b8 Signed-off-by: gongzg <gongzhaogang@inspur.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/acpica/nseval.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/nseval.c b/drivers/acpi/acpica/nseval.c
index a725d88b036b..80670cb32b5a 100644
--- a/drivers/acpi/acpica/nseval.c
+++ b/drivers/acpi/acpica/nseval.c
@@ -59,15 +59,14 @@ acpi_ns_exec_module_code(union acpi_operand_object *method_obj,
59 * 59 *
60 * FUNCTION: acpi_ns_evaluate 60 * FUNCTION: acpi_ns_evaluate
61 * 61 *
62 * PARAMETERS: info - Evaluation info block, contains: 62 * PARAMETERS: info - Evaluation info block, contains these fields
63 * and more:
63 * prefix_node - Prefix or Method/Object Node to execute 64 * prefix_node - Prefix or Method/Object Node to execute
64 * relative_path - Name of method to execute, If NULL, the 65 * relative_path - Name of method to execute, If NULL, the
65 * Node is the object to execute 66 * Node is the object to execute
66 * parameters - List of parameters to pass to the method, 67 * parameters - List of parameters to pass to the method,
67 * terminated by NULL. Params itself may be 68 * terminated by NULL. Params itself may be
68 * NULL if no parameters are being passed. 69 * NULL if no parameters are being passed.
69 * return_object - Where to put method's return value (if
70 * any). If NULL, no value is returned.
71 * parameter_type - Type of Parameter list 70 * parameter_type - Type of Parameter list
72 * return_object - Where to put method's return value (if 71 * return_object - Where to put method's return value (if
73 * any). If NULL, no value is returned. 72 * any). If NULL, no value is returned.