summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_queue_pair.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@vmware.com>2013-01-10 15:41:42 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-17 12:07:39 -0800
commite6389a13e42d5388ec044ce8da1b3bcfa39598ef (patch)
treefe763613c17a8750686191a663bd4373288fc146 /drivers/misc/vmw_vmci/vmci_queue_pair.h
parent0e7894dc82bd9d4d82c16d16189f58da6d41d018 (diff)
VMCI: rename PPNset to ppn_set to avoid camel case
Acked-by: Andy King <acking@vmware.com> Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/vmw_vmci/vmci_queue_pair.h')
-rw-r--r--drivers/misc/vmw_vmci/vmci_queue_pair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h
index 8d8d6a1170c3..58c6959f6b6d 100644
--- a/drivers/misc/vmw_vmci/vmci_queue_pair.h
+++ b/drivers/misc/vmw_vmci/vmci_queue_pair.h
@@ -25,7 +25,7 @@
typedef int (*vmci_event_release_cb) (void *client_data);
/* Guest device port I/O. */
-struct PPNSet {
+struct ppn_set {
u64 num_produce_pages;
u64 num_consume_pages;
u32 *produce_ppns;