From: Lekensteyn <lekensteyn@gmail.com>
To: linux-acpi@vger.kernel.org
Subject: [PATCH] ACPICA: Fix documentation of acpi_get_name
Date: Sat, 10 Nov 2012 12:03:25 +0100 [thread overview]
Message-ID: <2420385.2vUNKyqQx0@al> (raw)
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
reply other threads:[~2012-11-10 11:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2420385.2vUNKyqQx0@al \
--to=lekensteyn@gmail.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.