Staging: hv: storvsc_drv: Get rid of some dated comments
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c2ad4830a7
commit
7f9facada3
|
@ -52,9 +52,6 @@ static const struct hv_guid gStorVscDeviceType = {
|
|||
};
|
||||
|
||||
struct hv_host_device {
|
||||
/* must be 1st field
|
||||
* FIXME this is a bug */
|
||||
/* point back to our device context */
|
||||
struct hv_device *dev;
|
||||
struct kmem_cache *request_pool;
|
||||
unsigned int port;
|
||||
|
|
Loading…
Reference in New Issue