qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Fix some style problems in contrib
@ 2021-01-18  3:09 zhouyang
  2021-01-18  3:10 ` [PATCH v3 1/5] contrib: Don't use '#' flag of printf format zhouyang
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: zhouyang @ 2021-01-18  3:09 UTC (permalink / raw)
  To: alex.bennee; +Cc: alex.chen, qemu-devel, zhouyang789

v3 -> v2
add Cc 

zhouyang (5):
  contrib: Don't use '#' flag of printf format
  contrib: Fix some code style problems, ERROR: "foo * bar" should be
    "foo *bar"
  contrib: Add spaces around operator
  contrib: space required after that ','
  contrib: Open brace '{' following struct go on the same line

 contrib/ivshmem-server/main.c |  2 +-
 contrib/plugins/hotblocks.c   |  2 +-
 contrib/plugins/hotpages.c    |  2 +-
 contrib/plugins/howvec.c      | 19 +++++++++----------
 contrib/plugins/lockstep.c    |  6 +++---
 5 files changed, 15 insertions(+), 16 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2021-02-02 14:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-18  3:09 [PATCH v3 0/5] Fix some style problems in contrib zhouyang
2021-01-18  3:10 ` [PATCH v3 1/5] contrib: Don't use '#' flag of printf format zhouyang
2021-01-18  3:10 ` [PATCH v3 2/5] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar" zhouyang
2021-01-18  3:10 ` [PATCH v3 3/5] contrib: Add spaces around operator zhouyang
2021-01-18  3:10 ` [PATCH v3 4/5] contrib: space required after that ',' zhouyang
2021-01-18  3:10 ` [PATCH v3 5/5] contrib: Open brace '{' following struct go on the same line zhouyang
2021-02-01 12:42 ` [PATCH v3 0/5] Fix some style problems in contrib zhouyang (T)
2021-02-02 14:40   ` Alex Bennée

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).