Re: [PATCH] virtio_config: reorder functions

2015-04-10 Thread Rusty Russell
Cornelia Huck writes: > On Wed, 8 Apr 2015 16:49:46 +0200 > "Michael S. Tsirkin" wrote: > >> On Tue, Mar 31, 2015 at 05:17:25PM +0200, Michael S. Tsirkin wrote: >> > This simply reorders functions in virtio_config >> > so width access wrapper helpers are all together. >> > Drops an extra empty li

Re: [PATCH] virtio_config: reorder functions

2015-04-09 Thread Cornelia Huck
On Wed, 8 Apr 2015 16:49:46 +0200 "Michael S. Tsirkin" wrote: > On Tue, Mar 31, 2015 at 05:17:25PM +0200, Michael S. Tsirkin wrote: > > This simply reorders functions in virtio_config > > so width access wrapper helpers are all together. > > Drops an extra empty line while we are at it. > > > >

Re: [PATCH] virtio_config: reorder functions

2015-04-08 Thread Michael S. Tsirkin
On Tue, Mar 31, 2015 at 05:17:25PM +0200, Michael S. Tsirkin wrote: > This simply reorders functions in virtio_config > so width access wrapper helpers are all together. > Drops an extra empty line while we are at it. > > Signed-off-by: Michael S. Tsirkin Ping > --- > include/linux/virtio_conf