qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: chaihaoyu
Subject: [PATCH v1 0/3] Fix some style problems in block
Date: Thu, 17 Dec 2020 17:31:53 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]