diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-31 21:56:16 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:02 -0700 |
commit | b1f1d2723f71547624b8007a988f06380d6dbfe0 (patch) | |
tree | fadb7cd09193b644adcf88b6bcd7c0f63ec5f9b5 /drivers/staging/hv | |
parent | c8212f04d677ff7571339da66e7dc523ef8e8ae1 (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')
-rw-r--r-- | drivers/staging/hv/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO index 8284742e66e..113ca3fb453 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 |