All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5]  Fix some style problems in contrib
@ 2020-12-08 12:21 ` zhouyang (T)
  0 siblings, 0 replies; 14+ messages in thread
From: zhouyang (T) @ 2020-12-08 12:21 UTC (permalink / raw)
  To: alex.bennee; +Cc: qemu-devel, alex.chen, hunongda, qemu-trivial

I found some style problems while check the code using checkpatch.pl and fixed them, please review.

zhouyang (T) (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] 14+ messages in thread

end of thread, other threads:[~2020-12-08 15:19 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.