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
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
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
15 - audit the block driver
16 - audit the scsi driver
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>.