From patchwork Fri Dec 4 14:36:05 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anisse Astier X-Patchwork-Id: 64871 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB4EbxCY015730 for ; Fri, 4 Dec 2009 14:38:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688AbZLDOhw (ORCPT ); Fri, 4 Dec 2009 09:37:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755003AbZLDOhw (ORCPT ); Fri, 4 Dec 2009 09:37:52 -0500 Received: from mail-ew0-f171.google.com ([209.85.219.171]:63136 "EHLO mail-ew0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752688AbZLDOhv (ORCPT ); Fri, 4 Dec 2009 09:37:51 -0500 Received: by ewy19 with SMTP id 19so314807ewy.1 for ; Fri, 04 Dec 2009 06:37:57 -0800 (PST) Received: by 10.213.110.4 with SMTP id l4mr10759609ebp.81.1259937472924; Fri, 04 Dec 2009 06:37:52 -0800 (PST) Received: from destiny.ordissimo (253.175.70-86.rev.gaoland.net [86.70.175.253]) by mx.google.com with ESMTPS id 15sm1912083ewy.12.2009.12.04.06.37.52 (version=SSLv3 cipher=RC4-MD5); Fri, 04 Dec 2009 06:37:52 -0800 (PST) Date: Fri, 4 Dec 2009 15:36:05 +0100 From: Anisse Astier To: linux-acpi@vger.kernel.org Cc: Len Brown , Bob Moore , Jiri Kosina Subject: [PATCH] ACPICA: update documentation to reflect correct parameter name Message-ID: <20091204153605.73fc9202@destiny.ordissimo> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org diff --git a/drivers/acpi/acpica/utcopy.c b/drivers/acpi/acpica/utcopy.c index 0f0c64b..ecfa7f9 100644 --- a/drivers/acpi/acpica/utcopy.c +++ b/drivers/acpi/acpica/utcopy.c @@ -382,7 +382,7 @@ acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, * FUNCTION: acpi_ut_copy_iobject_to_eobject * * PARAMETERS: internal_object - The internal object to be converted - * buffer_ptr - Where the object is returned + * ret_buffer - Where the object is returned * * RETURN: Status