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>. > > > >

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 >  

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 ind

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 i

[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 |