qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] fix coding style and use of typedef type
@ 2015-04-08 18:04 Chih-Min Chao
  2015-04-08 18:04 ` [Qemu-devel] [PATCH 1/5] bitops : fix coding style Chih-Min Chao
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chih-Min Chao @ 2015-04-08 18:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, kraxel

    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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-25  6:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:04 [Qemu-devel] [PATCH 0/5] fix coding style and use of typedef type Chih-Min Chao
2015-04-08 18:04 ` [Qemu-devel] [PATCH 1/5] bitops : fix coding style Chih-Min Chao
2015-04-08 18:04 ` [Qemu-devel] [PATCH 2/5] ui/vnc " Chih-Min Chao
2015-04-08 18:04 ` [Qemu-devel] [PATCH 3/5] ui/vnc : remove 'struct' of 'typedef struct' Chih-Min Chao
2015-04-08 18:04 ` [Qemu-devel] [PATCH 4/5] ui/console : remove 'struct' from 'typedef struct' type Chih-Min Chao
2015-04-08 18:04 ` [Qemu-devel] [PATCH 5/5] hw/display : remove 'struct' from 'typedef QXL struct' Chih-Min Chao
2015-04-09  7:03 ` [Qemu-devel] [PATCH 0/5] fix coding style and use of typedef type Gerd Hoffmann
2015-04-25  6:23 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).