summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-31 21:56:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:02 -0700
commitb1f1d2723f71547624b8007a988f06380d6dbfe0 (patch)
treefadb7cd09193b644adcf88b6bcd7c0f63ec5f9b5 /drivers/staging/hv/TODO
parentc8212f04d677ff7571339da66e7dc523ef8e8ae1 (diff)
Staging: hv: TODO: add some more items
Add List.h and RingBuffer.h removal items. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/TODO')
-rw-r--r--drivers/staging/hv/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO
index 8284742e66e0..113ca3fb4533 100644
--- a/drivers/staging/hv/TODO
+++ b/drivers/staging/hv/TODO
@@ -1,6 +1,8 @@
TODO:
- fix checkpatch warnings/errors
- fix sparse issues
+ - remove List.h usage to use in-kernel list.h instead
+ - 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