From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvJe-00034E-Qu for qemu-devel@nongnu.org; Thu, 18 Apr 2013 16:20:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USvJa-0000na-7X for qemu-devel@nongnu.org; Thu, 18 Apr 2013 16:20:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvJZ-0000nQ-Sm for qemu-devel@nongnu.org; Thu, 18 Apr 2013 16:20:18 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3IKKHxa012044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Apr 2013 16:20:17 -0400 From: Laszlo Ersek Date: Thu, 18 Apr 2013 22:22:19 +0200 Message-Id: <1366316544-1428-3-git-send-email-lersek@redhat.com> In-Reply-To: <1366316544-1428-1-git-send-email-lersek@redhat.com> References: <1366316544-1428-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v4 2/7] acpi_table_install(): fix funcparam formatting in leading comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com, qemu-devel@nongnu.org Signed-off-by: Laszlo Ersek Acked-by: Michael S. Tsirkin --- hw/acpi/core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/acpi/core.c b/hw/acpi/core.c index 64b8718..69cadb0 100644 --- a/hw/acpi/core.c +++ b/hw/acpi/core.c @@ -86,7 +86,7 @@ static int acpi_checksum(const uint8_t *data, int len) * is optionally overwritten from @hdrs. * * It is valid to call this function with - * (@blob == NULL && bloblen == 0 && !has_header). + * (@blob == NULL && @bloblen == 0 && !@has_header). * * @hdrs->file and @hdrs->data are ignored. * -- 1.7.1