-----Original Message----- From: Greg Kurz [mailto:gr...@kaod.org] Sent: 2018年11月13日 1:55 To: xiezhide <xiezh...@huawei.com> Cc: qemu-devel@nongnu.org; be...@igalia.com; arm...@redhat.com; dgilb...@redhat.com; aneesh.ku...@linux.vnet.ibm.com Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-9p: fix coding style issue
On Mon, 12 Nov 2018 01:12:33 +0000 xiezhide <xiezh...@huawei.com> wrote: > fix two coding style issue > These coding style issues seem to come from patch 1... It is weird to introduce coding style nits and to fix them afterwards. Just avoid them in the first place (./scripts/checkpatch.pl is your friend). ----Thanks for the useful tools Thanks Kidd