From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URtew-0006Wx-Pm for qemu-devel@nongnu.org; Mon, 15 Apr 2013 20:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URtet-00073H-OH for qemu-devel@nongnu.org; Mon, 15 Apr 2013 20:22:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URtet-000731-HF for qemu-devel@nongnu.org; Mon, 15 Apr 2013 20:22:03 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3G0M3hj025003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Apr 2013 20:22:03 -0400 From: Laszlo Ersek Date: Tue, 16 Apr 2013 02:24:09 +0200 Message-Id: <1366071854-8917-3-git-send-email-lersek@redhat.com> In-Reply-To: <1366071854-8917-1-git-send-email-lersek@redhat.com> References: <1366071854-8917-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v3 2/7] acpi_table_install(): fix funcparam formatting in leading comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, mst@redhat.com Signed-off-by: Laszlo Ersek --- 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