summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorLars Lindley2010-03-11 23:51:23 +0100
committerGreg Kroah-Hartman2010-05-11 20:35:36 +0200
commit0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2 (patch)
tree7768e4e9e51f5d974a53d5b86d71b9d1fddd35c4 /drivers/staging/hv/StorVsc.c
parentStaging: comedi: amplc_pci230: fix brace coding style issue (diff)
downloadkernel-qcow2-linux-0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2.tar.gz
kernel-qcow2-linux-0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2.tar.xz
kernel-qcow2-linux-0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2.zip
Staging: hv: trivial whitespace fixes found by checkpatch.pl
Signed-off-by: Lars Lindley <lindley@coyote.org> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/StorVsc.c')
-rw-r--r--drivers/staging/hv/StorVsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index 3592ba2a44b1..7372317fe836 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -554,7 +554,7 @@ static int StorVscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)
/* Save the channel properties to our storvsc channel */
/* props = (struct vmstorage_channel_properties *)
- * channel->offerMsg.Offer.u.Standard.UserDefined; */
+ * channel->offerMsg.Offer.u.Standard.UserDefined; */
/* FIXME: */
/*
@@ -717,7 +717,7 @@ static int StorVscOnIORequest(struct hv_device *Device,
}
/* print_hex_dump_bytes("", DUMP_PREFIX_NONE, Request->Cdb,
- * Request->CdbLen); */
+ * Request->CdbLen); */
requestExtension->Request = Request;
requestExtension->Device = Device;