qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/4] bsd-user: Fix some code style problems
@ 2021-01-18  2:17 shiliyang
  2021-01-18  2:19 ` [PATCH V4 1/4] bsd-user: "foo * bar" should be "foo *bar" shiliyang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: shiliyang @ 2021-01-18  2:17 UTC (permalink / raw)
  To: Warner Losh, Peter Maydell; +Cc: alex.chen, hunongda, QEMU Developers

This patch series fixes error style problems found by checkpatch.pl.

V3->V4:
Fix code style problems with branch bsd-user-rebase-3.1.

V2->V3:
Make the patch into a series.

V1->V2:
Add cover letter message.
Fix some style error in patch file before.

Liyang Shi (4):
  bsd-user: "foo * bar" should be "foo *bar"
  bsd-user: suspect code indent for conditional statements
  bsd-user: do not use C99 // comments
  bsd-user: space required after semicolon

 bsd-user/bsdload.c |  4 ++--
 bsd-user/elfload.c | 32 ++++++++++++++++----------------
 bsd-user/mmap.c    | 25 +++++++++++++------------
 3 files changed, 31 insertions(+), 30 deletions(-)

-- 
2.29.1.59.gf9b6481aed


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

end of thread, other threads:[~2021-01-21  3:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-18  2:17 [PATCH V4 0/4] bsd-user: Fix some code style problems shiliyang
2021-01-18  2:19 ` [PATCH V4 1/4] bsd-user: "foo * bar" should be "foo *bar" shiliyang
2021-01-18  2:20 ` [PATCH V4 2/4] bsd-user: suspect code indent for conditional statements shiliyang
2021-01-18  2:20 ` [PATCH V4 3/4] bsd-user: do not use C99 // comments shiliyang
2021-01-18  2:37   ` Warner Losh
2021-01-18  2:21 ` [PATCH V4 4/4] bsd-user: space required after semicolon shiliyang
2021-01-18  2:35   ` Warner Losh
2021-01-21  3:10     ` shiliyang
2021-01-18  2:37 ` [PATCH V4 0/4] bsd-user: Fix some code style problems Warner Losh

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