Please submit these via http://github.com/qemu-bsd-user/
On Sun, Jan 17, 2021, 7:17 PM shiliyang <shiliy...@huawei.com> wrote: > 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 >