]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: hv: update the TODO file
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Sep 2009 21:34:20 +0000 (14:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:04 +0000 (12:02 -0700)
Remove a few items that have already been resolved.
There are only a few checkpatch issues, they need to be resolved
by larger code logic changes that are not "simple" changes.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/TODO

index 1e272a77078fb37ec5ba2053a132aca6ba8361a0..4d390b2377422d431b325920d77f7122343b2c77 100644 (file)
@@ -1,8 +1,6 @@
 TODO:
-       - fix checkpatch warnings/errors
-       - fix sparse issues
+       - fix remaining checkpatch warnings and errors
        - remove RingBuffer.c to us in-kernel ringbuffer functions instead.
-       - fix HANDLE usage to be "real" pointers
        - audit the vmbus to verify it is working properly with the
          driver model
        - see if the vmbus can be merged with the other virtual busses