[PATCH v3 0/5] Fix some style problems in contrib

zhouyang posted 5 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210118031004.1662363-1-zhouyang789@huawei.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>
contrib/ivshmem-server/main.c |  2 +-
contrib/plugins/hotblocks.c   |  2 +-
contrib/plugins/hotpages.c    |  2 +-
contrib/plugins/howvec.c      | 19 +++++++++----------
contrib/plugins/lockstep.c    |  6 +++---
5 files changed, 15 insertions(+), 16 deletions(-)
[PATCH v3 0/5] Fix some style problems in contrib
Posted by zhouyang 3 years, 3 months ago
v3 -> v2
add Cc 

zhouyang (5):
  contrib: Don't use '#' flag of printf format
  contrib: Fix some code style problems, ERROR: "foo * bar" should be
    "foo *bar"
  contrib: Add spaces around operator
  contrib: space required after that ','
  contrib: Open brace '{' following struct go on the same line

 contrib/ivshmem-server/main.c |  2 +-
 contrib/plugins/hotblocks.c   |  2 +-
 contrib/plugins/hotpages.c    |  2 +-
 contrib/plugins/howvec.c      | 19 +++++++++----------
 contrib/plugins/lockstep.c    |  6 +++---
 5 files changed, 15 insertions(+), 16 deletions(-)

-- 
2.23.0


Re: [PATCH v3 0/5] Fix some style problems in contrib
Posted by zhouyang (T) 3 years, 2 months ago
kindly ping,
the link of this patch set is:http://patchwork.ozlabs.org/project/qemu-devel/cover/20210118031004.1662363-1-zhouyang789@huawei.com/


On 2021/1/18 11:09, zhouyang wrote:
> v3 -> v2
> add Cc 
> 
> zhouyang (5):
>   contrib: Don't use '#' flag of printf format
>   contrib: Fix some code style problems, ERROR: "foo * bar" should be
>     "foo *bar"
>   contrib: Add spaces around operator
>   contrib: space required after that ','
>   contrib: Open brace '{' following struct go on the same line
> 
>  contrib/ivshmem-server/main.c |  2 +-
>  contrib/plugins/hotblocks.c   |  2 +-
>  contrib/plugins/hotpages.c    |  2 +-
>  contrib/plugins/howvec.c      | 19 +++++++++----------
>  contrib/plugins/lockstep.c    |  6 +++---
>  5 files changed, 15 insertions(+), 16 deletions(-)
> 

Re: [PATCH v3 0/5] Fix some style problems in contrib
Posted by Alex Bennée 3 years, 2 months ago
zhouyang (T) <zhouyang789@huawei.com> writes:

> kindly ping,
> the link of this patch set
> is:http://patchwork.ozlabs.org/project/qemu-devel/cover/20210118031004.1662363-1-zhouyang789@huawei.com/

Queued to plugins/next, thanks.

(I might as well pick-up the ivshmem-server change while I'm at it as
it's trivial).

>
>
> On 2021/1/18 11:09, zhouyang wrote:
>> v3 -> v2
>> add Cc 
>> 
>> zhouyang (5):
>>   contrib: Don't use '#' flag of printf format
>>   contrib: Fix some code style problems, ERROR: "foo * bar" should be
>>     "foo *bar"
>>   contrib: Add spaces around operator
>>   contrib: space required after that ','
>>   contrib: Open brace '{' following struct go on the same line
>> 
>>  contrib/ivshmem-server/main.c |  2 +-
>>  contrib/plugins/hotblocks.c   |  2 +-
>>  contrib/plugins/hotpages.c    |  2 +-
>>  contrib/plugins/howvec.c      | 19 +++++++++----------
>>  contrib/plugins/lockstep.c    |  6 +++---
>>  5 files changed, 15 insertions(+), 16 deletions(-)
>> 


-- 
Alex Bennée