From: Greg Kroah-Hartman Date: Mon, 14 Sep 2009 21:34:20 +0000 (-0700) Subject: Staging: hv: update the TODO file X-Git-Tag: firefly_0821_release~12948^2~286 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0949a02544b7ffc8378fdb61aa7d0e783de73c36;p=firefly-linux-kernel-4.4.55.git 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 Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO index 1e272a77078f..4d390b237742 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