Re: [PATCH 0/9] Fix some style problems in net

2021-01-31 Thread zhanghan (J)
ping?This patch set about code style problem in net receives no replies. Did I miss any response? The link follows: http://patchwork.ozlabs.org/project/qemu-devel/cover/20201222082340.67405-1-zhangha...@huawei.com/

Re: [PATCH 0/9] Fix some style problems in net

2021-01-13 Thread zhanghan (J)
ping? This patch set is submmitted a month ago, and have received no replies. Did I miss any replies? The link follows: http://patchwork.ozlabs.org/project/qemu-devel/cover/20201222082340.67405-1-zhangha...@huawei.com/

Re: [PATCH 0/9] Fix some style problems in net

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

[PATCH 0/9] Fix some style problems in net

2020-12-22 Thread Zhang Han
Some style problems in net directory are found by checkpatch.pl. Fix these style problems. Zhang Han (9): net: Add spaces around operator/delete redundant spaces net: Add braces for statements/fix braces' position net: transfer // comments to /**/ net: transfer "foo* bar" to "foo *"