Re: [PATCH 0/4] qga: Fix some style problems

2021-02-14 Thread Marc-André Lureau
Hi

On Sun, Feb 14, 2021 at 3:20 AM Laurent Vivier  wrote:

> Le 04/11/2020 à 08:46, Marc-André Lureau a écrit :
> >
> >
> > On Mon, Oct 26, 2020 at 1:16 PM AlexChen  alex.c...@huawei.com>> wrote:
> >
> > Fix some error style problems found by checkpatch.pl <
> http://checkpatch.pl>.
> >
> > alexchen (4):
> >   qga: Add spaces around operator
> >   qga: Delete redundant spaces
> >   qga: Open brace '{' following struct go on the same
> >   qga: switch and case should be at the same indent
> >
> >  qga/channel-win32.c  |  6 ++---
> >  qga/commands-posix.c |  4 +--
> >  qga/commands-win32.c | 28 ++---
> >  qga/commands.c   |  4 +--
> >  qga/main.c   | 59
> ++--
> >  5 files changed, 50 insertions(+), 51 deletions(-)
> >
> >
> > Reviewed-by: Marc-André Lureau  marcandre.lur...@redhat.com>>
>
> Where are the patches?
>
> I don't find them in my mailbox and patchew didn't receive them:
>
> https://patchew.org/QEMU/5f96915d.2040...@huawei.com/
>
>
It was received on the mailing list:
https://lists.gnu.org/archive/html/qemu-devel/2020-10/index.html
(I got them in my mailbox as well)

-- 
Marc-André Lureau


Re: [PATCH 0/4] qga: Fix some style problems

2021-02-13 Thread Laurent Vivier
Le 04/11/2020 à 08:46, Marc-André Lureau a écrit :
> 
> 
> On Mon, Oct 26, 2020 at 1:16 PM AlexChen  > wrote:
> 
> Fix some error style problems found by checkpatch.pl 
> .
> 
> alexchen (4):
>   qga: Add spaces around operator
>   qga: Delete redundant spaces
>   qga: Open brace '{' following struct go on the same
>   qga: switch and case should be at the same indent
> 
>  qga/channel-win32.c  |  6 ++---
>  qga/commands-posix.c |  4 +--
>  qga/commands-win32.c | 28 ++---
>  qga/commands.c       |  4 +--
>  qga/main.c           | 59 ++--
>  5 files changed, 50 insertions(+), 51 deletions(-)
> 
> 
> Reviewed-by: Marc-André Lureau  >

Where are the patches?

I don't find them in my mailbox and patchew didn't receive them:

https://patchew.org/QEMU/5f96915d.2040...@huawei.com/

Thanks,
Laurent



Re: [PATCH 0/4] qga: Fix some style problems

2020-11-03 Thread Marc-André Lureau
On Mon, Oct 26, 2020 at 1:16 PM AlexChen  wrote:

> Fix some error style problems found by checkpatch.pl.
>
> alexchen (4):
>   qga: Add spaces around operator
>   qga: Delete redundant spaces
>   qga: Open brace '{' following struct go on the same
>   qga: switch and case should be at the same indent
>
>  qga/channel-win32.c  |  6 ++---
>  qga/commands-posix.c |  4 +--
>  qga/commands-win32.c | 28 ++---
>  qga/commands.c   |  4 +--
>  qga/main.c   | 59 ++--
>  5 files changed, 50 insertions(+), 51 deletions(-)
>
>
Reviewed-by: Marc-André Lureau 


-- 
Marc-André Lureau


Re: [PATCH 0/4] qga: Fix some style problems

2020-11-02 Thread AlexChen
Kindly ping.

On 2020/10/26 17:05, AlexChen wrote:
> Fix some error style problems found by checkpatch.pl.
> 
> alexchen (4):
>   qga: Add spaces around operator
>   qga: Delete redundant spaces
>   qga: Open brace '{' following struct go on the same
>   qga: switch and case should be at the same indent
> 
>  qga/channel-win32.c  |  6 ++---
>  qga/commands-posix.c |  4 +--
>  qga/commands-win32.c | 28 ++---
>  qga/commands.c   |  4 +--
>  qga/main.c   | 59 ++--
>  5 files changed, 50 insertions(+), 51 deletions(-)
> 




[PATCH 0/4] qga: Fix some style problems

2020-10-26 Thread AlexChen
Fix some error style problems found by checkpatch.pl.

alexchen (4):
  qga: Add spaces around operator
  qga: Delete redundant spaces
  qga: Open brace '{' following struct go on the same
  qga: switch and case should be at the same indent

 qga/channel-win32.c  |  6 ++---
 qga/commands-posix.c |  4 +--
 qga/commands-win32.c | 28 ++---
 qga/commands.c   |  4 +--
 qga/main.c   | 59 ++--
 5 files changed, 50 insertions(+), 51 deletions(-)

-- 
2.19.1