qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] block: Fix some code style problems, "foo* bar" should be "f


From: Max Reitz
Subject: Re: [PATCH] block: Fix some code style problems, "foo* bar" should be "foo *bar"
Date: Mon, 9 Nov 2020 10:53:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 30.10.20 04:35, shiliyang wrote:
There have some code style problems be found when read the block driver code.
So I fixes some problems of this error, ERROR: "foo* bar" should be "foo *bar".

Signed-off-by: Liyang Shi <shiliyang@huawei.com>
Reported-by: Euler Robot <euler.robot@huawei.com>
---
  block/blkdebug.c |  2 +-
  block/dmg.c      |  2 +-
  block/qcow2.c    |  4 ++--
  block/qcow2.h    |  6 +++---
  block/vpc.c      | 10 +++++-----
  5 files changed, 12 insertions(+), 12 deletions(-)

Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max




reply via email to

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