mbox series

[v1,0/3] Fix some style problems in block

Message ID 507b1862-437b-59d1-070e-140cccfea11b@huawei.com (mailing list archive)
Headers show
Series Fix some style problems in block | expand

Message

chaihaoyu Dec. 17, 2020, 9:31 a.m. UTC
This patch fixed some code style problems while using checkpatch.pl tool, please review.

Date: Wen, 16 Dec 2020 17:19:37 +0800
Subject: [PATCH] Fix some style problems in block
signed-off-by: Haoyu Chai<chaihaoyu1@huawei.com>
---

Haoyu Chai (3):
  block: some space-style errors while coding
  block: braces {} are necessary for all arms of this statement
  block: "(foo*)" should be "(foo *)"
---
 block/bochs.c        | 16 +++++-----
 block/cloop.c        |  2 +-
 block/commit.c       |  3 +-
 block/curl.c         | 24 +++++++++------
 block/dmg.c          |  4 +-
 block/file-posix.c   | 72 +++++++++++++++++++++++++-------------------
 block/file-win32.c   | 42 ++++++++++++++------------
 block/parallels.c    | 12 ++++----
 block/qcow2.c        | 15 ++++-----
 softmmu/bootdevice.c |  4 +--
 10 files changed, 108 insertions(+), 86 deletions(-)