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<chaihao...@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(-)