All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some style problems in monitor
@ 2020-11-25  1:45 Yutao Ai
  2020-11-25  1:45 ` [PATCH 1/3] monitor:open brace '{' following struct go on the same line Yutao Ai
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yutao Ai @ 2020-11-25  1:45 UTC (permalink / raw)
  To: dgilbert, armbru; +Cc: alex.chen, aiyutao, qemu-devel

I find some style problems while using checkpatch.pl to check monitor codes.
And I fixed these style problems in the submit patches.

Yutao Ai (3):
  monitor:open brace '{' following struct go on the same line
  monitor:braces {} are necessary for all arms of this statement
  monitor:Don't use '#' flag of printf format ('%#') in format strings

 monitor/hmp-cmds.c |  3 +--
 monitor/misc.c     | 16 ++++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

-- 
2.19.1



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25  1:45 [PATCH 0/3] Fix some style problems in monitor Yutao Ai
2020-11-25  1:45 ` [PATCH 1/3] monitor:open brace '{' following struct go on the same line Yutao Ai
2020-11-25  1:45 ` [PATCH 2/3] monitor:braces {} are necessary for all arms of this statement Yutao Ai
2020-11-25  1:45 ` [PATCH 3/3] monitor:Don't use '#' flag of printf format ('%#') in format strings Yutao Ai
2020-11-25  8:09   ` Philippe Mathieu-Daudé
2020-12-08 16:39 ` [PATCH 0/3] Fix some style problems in monitor Dr. David Alan Gilbert

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.