Re: [Qemu-devel] [PATCH V2 1/6] trivial: etraxfs_eth: Eliminate checkpatch errors

2013-01-24 Thread Grant Likely
On Thu, 24 Jan 2013 10:09:26 +0100, Andreas Färber wrote: > Am 23.01.2013 17:15, schrieb Grant Likely: > > This is a trivial patch to harmonize the coding style on > > hw/etraxfs_eth.c. This is in preparation to split off the bitbang mdio > > code into a separate file. > > > > Cc: Peter Maydell

Re: [Qemu-devel] [PATCH V2 1/6] trivial: etraxfs_eth: Eliminate checkpatch errors

2013-01-24 Thread Andreas Färber
Am 23.01.2013 17:15, schrieb Grant Likely: > This is a trivial patch to harmonize the coding style on > hw/etraxfs_eth.c. This is in preparation to split off the bitbang mdio > code into a separate file. > > Cc: Peter Maydell > Cc: Paul Brook > Cc: Edgar E. Iglesias > Cc: Anthony Liguori > Cc:

Re: [Qemu-devel] [PATCH V2 1/6] trivial: etraxfs_eth: Eliminate checkpatch errors

2013-01-24 Thread Edgar E. Iglesias
On Wed, Jan 23, 2013 at 04:15:25PM +, Grant Likely wrote: > This is a trivial patch to harmonize the coding style on > hw/etraxfs_eth.c. This is in preparation to split off the bitbang mdio > code into a separate file. I applied this one, thanks. > > Cc: Peter Maydell > Cc: Paul Brook >

[Qemu-devel] [PATCH V2 1/6] trivial: etraxfs_eth: Eliminate checkpatch errors

2013-01-23 Thread Grant Likely
This is a trivial patch to harmonize the coding style on hw/etraxfs_eth.c. This is in preparation to split off the bitbang mdio code into a separate file. Cc: Peter Maydell Cc: Paul Brook Cc: Edgar E. Iglesias Cc: Anthony Liguori Cc: Andreas Färber Signed-off-by: Grant Likely --- hw/etraxfs