diff mbox

ACPICA: Fix documentation of acpi_get_name

Message ID 2420385.2vUNKyqQx0@al (mailing list archive)
State Deferred, archived
Headers show

Commit Message

Peter Wu Nov. 10, 2012, 11:03 a.m. UTC
acpi_get_name has always returned acpi_status since 2009 and passed the
string containing the path to parameter "buffer".

Signed-off-by: Peter Wu <lekensteyn@gmail.com>
---
 drivers/acpi/acpica/nsxfname.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/acpi/acpica/nsxfname.c b/drivers/acpi/acpica/nsxfname.c
index 08e9610..c27c12d 100644
--- a/drivers/acpi/acpica/nsxfname.c
+++ b/drivers/acpi/acpica/nsxfname.c
@@ -146,7 +146,7 @@  ACPI_EXPORT_SYMBOL(acpi_get_handle)
  *              name_type       - Full pathname or single segment
  *              buffer          - Buffer for returned path
  *
- * RETURN:      Pointer to a string containing the fully qualified Name.
+ * RETURN:      Status
  *
  * DESCRIPTION: This routine returns the fully qualified name associated with
  *              the Handle parameter.  This and the acpi_pathname_to_handle are