mbox series

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

Message ID 20210118031004.1662363-1-zhouyang789@huawei.com (mailing list archive)
Headers show
Series Fix some style problems in contrib | expand

Message

zhouyang (T) Jan. 18, 2021, 3:09 a.m. UTC
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(-)

Comments

zhouyang (T) Feb. 1, 2021, 12:42 p.m. UTC | #1
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(-)
>
Alex Bennée Feb. 2, 2021, 2:40 p.m. UTC | #2
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(-)
>>