Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / staging / hv / TODO
1 TODO:
2         - fix remaining checkpatch warnings and errors
3         - use of /** when it is not a kerneldoc header
4         - remove RingBuffer.c to us in-kernel ringbuffer functions instead.
5         - audit the vmbus to verify it is working properly with the
6           driver model
7         - convert vmbus driver interface function pointer tables
8           to constant, a.k.a vmbus_ops
9         - see if the vmbus can be merged with the other virtual busses
10           in the kernel
11         - audit the network driver
12           - use existing net_device_stats struct in network device
13           - checking for carrier inside open is wrong, network device API
14             confusion??
15         - audit the block driver
16         - audit the scsi driver
17
18 Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>,
19 Hank Janssen <hjanssen@microsoft.com>, and Haiyang Zhang <haiyangz@microsoft.com>.