Staging: hv: remove function pointer typedefs from vmbus.h
[safe/jmp/linux-2.6] / drivers / staging / hv / TODO
1 TODO:
2         - fix checkpatch warnings/errors
3         - fix sparse issues
4         - remove List.h usage to use in-kernel list.h instead
5         - remove RingBuffer.c to us in-kernel ringbuffer functions instead.
6         - fix HANDLE usage to be "real" pointers
7         - audit the vmbus to verify it is working properly with the
8           driver model
9         - see if the vmbus can be merged with the other virtual busses
10           in the kernel
11         - audit the network driver
12         - audit the block driver
13         - audit the scsi driver
14
15 Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>
16 and Hank Janssen <hjanssen@microsoft.com>