Gitweb: http://git.kernel.org/linus/0949a02544b7ffc8378fdb61aa7d0e783de73c36 Commit: 0949a02544b7ffc8378fdb61aa7d0e783de73c36 Parent: 19d7810624d9a05d73c03b567145b7743c22b8a4 Author: Greg Kroah-Hartman <gregkh@suse.de> AuthorDate: Mon Sep 14 14:34:20 2009 -0700 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Tue Sep 15 12:02:04 2009 -0700 Staging: hv: update the TODO file 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 | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO index 1e272a7..4d390b2 100644 --- a/drivers/staging/hv/TODO +++ b/drivers/staging/hv/TODO @@ -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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
