summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc.c
diff options
context:
space:
mode:
authorHaiyang Zhang2010-09-20 23:07:51 +0200
committerGreg Kroah-Hartman2010-09-21 01:22:40 +0200
commit430a8e9a3325e303f092a371b9d2e45a715b26d7 (patch)
treefe580e0ec76e7df7bab6aa26b8d42e14114de06e /drivers/staging/hv/storvsc.c
parentstaging: octeon: '&pointer[0]' to 'pointer' fix (diff)
downloadkernel-qcow2-linux-430a8e9a3325e303f092a371b9d2e45a715b26d7.tar.gz
kernel-qcow2-linux-430a8e9a3325e303f092a371b9d2e45a715b26d7.tar.xz
kernel-qcow2-linux-430a8e9a3325e303f092a371b9d2e45a715b26d7.zip
staging: hv: Remove camel cases of vmbus packet buffer structures
Remove camel cases of vmbus packet buffer structures Remove camel cases of: struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER struct VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c
index 6bd2ff138d24..6821a8ff80a4 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -799,7 +799,7 @@ int StorVscInitialize(struct hv_driver *Driver)
* Divide the ring buffer data size (which is 1 page less
* than the ring buffer size since that page is reserved for
* the ring buffer indices) by the max request size (which is
- * VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER + struct vstor_packet + u64)
+ * vmbus_channel_packet_multipage_buffer + struct vstor_packet + u64)
*/
storDriver->MaxOutstandingRequestsPerChannel =
((storDriver->RingBufferSize - PAGE_SIZE) /