[PATCH V2 0/4] bsd-user: Fix some code style problems

shiliyang posted 4 patches 5 years ago
Only 0 patches received!
There is a newer version of this series
bsd-user/bsdload.c |  6 +++---
bsd-user/elfload.c | 38 +++++++++++++++++++-------------------
bsd-user/qemu.h    | 14 +++++++-------
bsd-user/syscall.c |  6 +++---
4 files changed, 32 insertions(+), 32 deletions(-)
[PATCH V2 0/4] bsd-user: Fix some code style problems
Posted by shiliyang 5 years ago
This patch series fixes error style problems found by checkpatch.pl.

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: space required after semicolon
  bsd-user: do not use C99 // comments

 bsd-user/bsdload.c |  6 +++---
 bsd-user/elfload.c | 38 +++++++++++++++++++-------------------
 bsd-user/qemu.h    | 14 +++++++-------
 bsd-user/syscall.c |  6 +++---
 4 files changed, 32 insertions(+), 32 deletions(-)

-- 
2.29.1.59.gf9b6481aed