Re: [Qemu-devel] [PATCH v3 4/7] net/eepro100: Fix code style

2017-06-06 Thread Mao Zhongyi
Hi, Michael On 06/06/2017 11:31 PM, Michael S. Tsirkin wrote: On Tue, Jun 06, 2017 at 07:26:29PM +0800, Mao Zhongyi wrote: It reports a code style problem(ERROR: "foo * bar" should be "foo *bar") when running checkpatch.pl. So fix it to conform to the coding standards. Cc: jasow...@redhat.com

Re: [Qemu-devel] [PATCH v3 4/7] net/eepro100: Fix code style

2017-06-06 Thread Michael S. Tsirkin
On Tue, Jun 06, 2017 at 07:26:29PM +0800, Mao Zhongyi wrote: > It reports a code style problem(ERROR: "foo * bar" should be "foo *bar") > when running checkpatch.pl. So fix it to conform to the coding standards. > > Cc: jasow...@redhat.com > Cc: arm...@redhat.com > Signed-off-by: Mao Zhongyi We

[Qemu-devel] [PATCH v3 4/7] net/eepro100: Fix code style

2017-06-06 Thread Mao Zhongyi
It reports a code style problem(ERROR: "foo * bar" should be "foo *bar") when running checkpatch.pl. So fix it to conform to the coding standards. Cc: jasow...@redhat.com Cc: arm...@redhat.com Signed-off-by: Mao Zhongyi --- hw/net/eepro100.c | 62 +++--