qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] fix coding style and use of typedef type


From: Chih-Min Chao
Subject: [Qemu-devel] [PATCH 0/5] fix coding style and use of typedef type
Date: Thu, 9 Apr 2015 02:04:09 +0800

    patch 1-2 
        fix the coding style related to space indent and brance position

    patch 3-5 
        remove the 'struct' from the type which has been typedef


Chih-Min Chao (5):
  bitops : fix coding style
  ui/vnc : fix coding style
  ui/vnc : remove 'struct' of 'typedef struct'
  ui/console : remove 'struct' from 'typedef struct' type
  hw/display : remove 'struct' from 'typedef QXL struct'

 hw/display/qxl.c       |  2 +-
 include/qemu/bitops.h  | 61 +++++++++++++++++++++++++-------------------------
 ui/console.c           |  4 ++--
 ui/spice-display.c     |  8 +++----
 ui/vnc-auth-vencrypt.c |  8 ++++---
 ui/vnc-tls.c           | 10 ++++-----
 ui/vnc-ws.c            |  4 ++--
 ui/vnc.c               |  2 +-
 8 files changed, 51 insertions(+), 48 deletions(-)

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]