From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua4NM-0007bd-Jf for qemu-devel@nongnu.org; Wed, 08 May 2013 09:25:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua4NF-0006R3-OH for qemu-devel@nongnu.org; Wed, 08 May 2013 09:25:43 -0400 Received: from mail-gh0-f171.google.com ([209.85.160.171]:45482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua4NF-0006Qo-K6 for qemu-devel@nongnu.org; Wed, 08 May 2013 09:25:37 -0400 Received: by mail-gh0-f171.google.com with SMTP id f15so364858ghb.30 for ; Wed, 08 May 2013 06:25:36 -0700 (PDT) From: Anthony Liguori In-Reply-To: <518A4A2E.200@msgid.tls.msk.ru> References: <1368006380-3125-1-git-send-email-trivial@linux.vnet.ibm.com> <1368006380-3125-2-git-send-email-trivial@linux.vnet.ibm.com> <518A4A2E.200@msgid.tls.msk.ru> Date: Wed, 08 May 2013 08:25:33 -0500 Message-ID: <87vc6t61te.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 2/2] remove needless semicolon List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , Trival Cc: qemu-trivial@nongnu.org, Trival , qemu-devel@nongnu.org Michael Tokarev writes: > 08.05.2013 13:46, Trival wrote: >> Signed-off-by: Trival Something went wrong in sending this. This is not a valid SoB. Regards, Anthony Liguori >> --- >> block/nbd.c | 2 +- >> fsdev/virtfs-proxy-helper.c | 4 ++-- >> hw/9pfs/virtio-9p-local.c | 2 +- >> hw/i386/pc_q35.c | 2 +- >> hw/intc/imx_avic.c | 2 +- >> hw/usb/host-linux.c | 4 ++-- >> qga/channel-win32.c | 2 +- >> 7 files changed, 9 insertions(+), 9 deletions(-) > > Applied to the trivial queue. I renamed the patch to be > "remove double semicolons", to better describe what it does. > > Thank you! > > /mjt