[PATCH 0/3] Fix some style problems in monitor

Yutao Ai posted 3 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201125014514.55562-1-aiyutao@huawei.com
Maintainers: Markus Armbruster <armbru@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
monitor/hmp-cmds.c |  3 +--
monitor/misc.c     | 16 ++++++++++------
2 files changed, 11 insertions(+), 8 deletions(-)
[PATCH 0/3] Fix some style problems in monitor
Posted by Yutao Ai 3 years, 5 months ago
I find some style problems while using checkpatch.pl to check monitor codes.
And I fixed these style problems in the submit patches.

Yutao Ai (3):
  monitor:open brace '{' following struct go on the same line
  monitor:braces {} are necessary for all arms of this statement
  monitor:Don't use '#' flag of printf format ('%#') in format strings

 monitor/hmp-cmds.c |  3 +--
 monitor/misc.c     | 16 ++++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

-- 
2.19.1


Re: [PATCH 0/3] Fix some style problems in monitor
Posted by Dr. David Alan Gilbert 3 years, 4 months ago
* Yutao Ai (aiyutao@huawei.com) wrote:
> I find some style problems while using checkpatch.pl to check monitor codes.
> And I fixed these style problems in the submit patches.
> 
> Yutao Ai (3):
>   monitor:open brace '{' following struct go on the same line
>   monitor:braces {} are necessary for all arms of this statement
>   monitor:Don't use '#' flag of printf format ('%#') in format strings
> 
>  monitor/hmp-cmds.c |  3 +--
>  monitor/misc.c     | 16 ++++++++++------
>  2 files changed, 11 insertions(+), 8 deletions(-)

Queued

> -- 
> 2.19.1
> 
> 
-- 
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK