]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit596d50d1923d4a6b26645c6d858df0f0d540162d
tree8047f21d149b3958b5c4278c1a5601ddce9e0e4b
parent1432500731942b4a61bd1976f6e52974dd987ee2
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