All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] qga: Fix some style problems
@ 2020-10-26  9:05 AlexChen
  2020-11-03  3:35 ` AlexChen
  2020-11-04  7:46 ` Marc-André Lureau
  0 siblings, 2 replies; 5+ messages in thread
From: AlexChen @ 2020-10-26  9:05 UTC (permalink / raw)
  To: mjt, Laurent Vivier; +Cc: qemu-trivial, qemu-devel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4] qga: Fix some style problems
  2020-10-26  9:05 [PATCH 0/4] qga: Fix some style problems AlexChen
@ 2020-11-03  3:35 ` AlexChen
  2020-11-04  7:46 ` Marc-André Lureau
  1 sibling, 0 replies; 5+ messages in thread
From: AlexChen @ 2020-11-03  3:35 UTC (permalink / raw)
  To: mjt, Laurent Vivier, mdroth; +Cc: qemu-trivial, qemu-devel

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(-)
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4] qga: Fix some style problems
  2020-10-26  9:05 [PATCH 0/4] qga: Fix some style problems AlexChen
  2020-11-03  3:35 ` AlexChen
@ 2020-11-04  7:46 ` Marc-André Lureau
  2021-02-13 23:20   ` Laurent Vivier
  1 sibling, 1 reply; 5+ messages in thread
From: Marc-André Lureau @ 2020-11-04  7:46 UTC (permalink / raw)
  To: AlexChen; +Cc: qemu trival, Michael Tokarev, Laurent Vivier, QEMU

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

On Mon, Oct 26, 2020 at 1:16 PM AlexChen <alex.chen@huawei.com> 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 <marcandre.lureau@redhat.com>


-- 
Marc-André Lureau

[-- Attachment #2: Type: text/html, Size: 1298 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4] qga: Fix some style problems
  2020-11-04  7:46 ` Marc-André Lureau
@ 2021-02-13 23:20   ` Laurent Vivier
  2021-02-14  9:05     ` Marc-André Lureau
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2021-02-13 23:20 UTC (permalink / raw)
  To: Marc-André Lureau, AlexChen; +Cc: qemu trival, Michael Tokarev, QEMU

Le 04/11/2020 à 08:46, Marc-André Lureau a écrit :
> 
> 
> On Mon, Oct 26, 2020 at 1:16 PM AlexChen <alex.chen@huawei.com <mailto:alex.chen@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.lureau@redhat.com <mailto:marcandre.lureau@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.2040102@huawei.com/

Thanks,
Laurent


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4] qga: Fix some style problems
  2021-02-13 23:20   ` Laurent Vivier
@ 2021-02-14  9:05     ` Marc-André Lureau
  0 siblings, 0 replies; 5+ messages in thread
From: Marc-André Lureau @ 2021-02-14  9:05 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: AlexChen, qemu trival, Michael Tokarev, QEMU

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

Hi

On Sun, Feb 14, 2021 at 3:20 AM Laurent Vivier <laurent@vivier.eu> wrote:

> Le 04/11/2020 à 08:46, Marc-André Lureau a écrit :
> >
> >
> > On Mon, Oct 26, 2020 at 1:16 PM AlexChen <alex.chen@huawei.com <mailto:
> alex.chen@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.lureau@redhat.com <mailto:
> marcandre.lureau@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.2040102@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

[-- Attachment #2: Type: text/html, Size: 2546 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-14  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26  9:05 [PATCH 0/4] qga: Fix some style problems AlexChen
2020-11-03  3:35 ` AlexChen
2020-11-04  7:46 ` Marc-André Lureau
2021-02-13 23:20   ` Laurent Vivier
2021-02-14  9:05     ` Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.