From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVRA3-0007YG-21 for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:44:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVR9z-0002PE-7k for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:44:50 -0400 Received: from mail-oa0-f48.google.com ([209.85.219.48]:35308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVR9z-0002P8-3I for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:44:47 -0400 Received: by mail-oa0-f48.google.com with SMTP id f4so3164602oah.35 for ; Thu, 25 Apr 2013 11:44:46 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1366316544-1428-3-git-send-email-lersek@redhat.com> References: <1366316544-1428-1-git-send-email-lersek@redhat.com> <1366316544-1428-3-git-send-email-lersek@redhat.com> Date: Thu, 25 Apr 2013 13:44:44 -0500 Message-ID: <874neulaar.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [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: Laszlo Ersek , mst@redhat.com, qemu-devel@nongnu.org Laszlo Ersek writes: > Signed-off-by: Laszlo Ersek > Acked-by: Michael S. Tsirkin Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > 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