lguest and virtio: cleanup struct definitions to Linux style.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 30 Jul 2009 22:03:46 +0000 (16:03 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 30 Jul 2009 06:33:46 +0000 (16:03 +0930)
commit1842f23c05b6a866be831aa60bc8a8731c58ddd0
tree8047f21d149b3958b5c4278c1a5601ddce9e0e4b
parenta91d74a3c4de8115295ee87350c13a329164aaaf
lguest and virtio: cleanup struct definitions to Linux style.

I've been doing this for years, and akpm picked me up on it about 12
months ago.  lguest partly serves as example code, so let's do it Right.

Also, remove two unused fields in struct vblk_info in the example launcher.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@redhat.com>
Documentation/lguest/lguest.c
drivers/lguest/lg.h
drivers/lguest/lguest_device.c
include/linux/lguest.h
include/linux/virtio_blk.h
include/linux/virtio_config.h
include/linux/virtio_net.h
include/linux/virtio_ring.h