* [PATCH] ACPICA: Fix documentation of acpi_get_name
@ 2012-11-10 11:03 Lekensteyn
0 siblings, 0 replies; only message in thread
From: Lekensteyn @ 2012-11-10 11:03 UTC (permalink / raw)
To: linux-acpi
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 --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
--
1.8.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-10 11:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 11:03 [PATCH] ACPICA: Fix documentation of acpi_get_name Lekensteyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).