Re: [Qemu-devel] [PATCH v4 1/5] fix some coding style problems

2016-04-09 Thread Cao jin
On 04/08/2016 02:29 PM, Markus Armbruster wrote: Cao jin writes: This patch comes along with patch "Add param Error ** for msi_init". What do you want to say with this sentence? I think it could be dropped without loss. According to what I learned here(http://lists.nongnu.org/archive/

Re: [Qemu-devel] [PATCH v4 1/5] fix some coding style problems

2016-04-07 Thread Markus Armbruster
Cao jin writes: > This patch comes along with patch "Add param Error ** for msi_init". What do you want to say with this sentence? I think it could be dropped without loss. > Add more newlines to make the code block well separated; add more > comments for msi_init; and fix a indentation. > > S

[Qemu-devel] [PATCH v4 1/5] fix some coding style problems

2016-04-05 Thread Cao jin
This patch comes along with patch "Add param Error ** for msi_init". Add more newlines to make the code block well separated; add more comments for msi_init; and fix a indentation. Signed-off-by: Cao jin CC: Dmitry Fleytman CC: Jason Wang CC: Michael S. Tsirkin --- hw/net/vmxnet3.c