Re: [PATCH 0/6] Fix some style problems in audio

2021-01-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210114081059.19632-1-zhangha...@huawei.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210114081059.19632-1-zhangha...@huawei.com Subject: [PATCH 0/6] Fix some style

[PATCH 0/6] Fix some style problems in audio

2021-01-14 Thread Zhang Han
Some style problems in audio directory are found by checkpatch.pl. Fix these style problems. Zhang Han (6): audio: Add braces for statements/fix braces' position audio: Add spaces around operator/delete redundant spaces audio: foo* bar" should be "foo *bar". audio: Fix lines over 90 charac