On Tue, Nov 29, 2011 at 04:52:38PM +0800, Dong Xu Wang wrote: > From: Dong Xu Wang <wdon...@linux.vnet.ibm.com> > > Double semicolons should be single. > > Signed-off-by: Dong Xu Wang <wdon...@linux.vnet.ibm.com> > --- > block/nbd.c | 4 ++-- > cpus.c | 2 +- > hw/9pfs/codir.c | 6 +++--- > hw/9pfs/virtio-9p-handle.c | 2 +- > hw/9pfs/virtio-9p.c | 4 ++-- > hw/acpi.c | 2 +- > hw/eepro100.c | 2 +- > hw/ide/via.c | 2 +- > hw/ppc.c | 2 +- > hw/smc91c111.c | 2 +- > linux-user/syscall.c | 2 +- > net/tap-solaris.c | 2 +- > target-s390x/op_helper.c | 4 ++-- > ui/vnc.c | 2 +- > usb-redir.c | 4 ++-- > 15 files changed, 21 insertions(+), 21 deletions(-)
Thanks, applied both to the trivial patches -next tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches-next BTW there was a typo in your commit message in Patch 2/2. I fixed it ;-). Stefan