]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
VMCI/VSOCK: Cleanup some files
authorVMware, Inc <>
Wed, 18 Sep 2013 03:11:08 +0000 (20:11 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 21 Sep 2013 22:55:50 +0000 (15:55 -0700)
Remove extra whitespace, replace tabs with spaces, fix indentation.
Also updated the copyright for any file that I touched.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/modules/linux/vmci/common/vmciContext.h
open-vm-tools/modules/linux/vmci/common/vmciDoorbell.h
open-vm-tools/modules/linux/vmci/common/vmciDriver.h
open-vm-tools/modules/linux/vmci/common/vmciHashtable.h
open-vm-tools/modules/linux/vmci/common/vmciResource.h
open-vm-tools/modules/linux/vmci/common/vmciRoute.h

index 93e37a8d2c511907a7935732897515b7fc275dcd..de0201ef751906f9a85e3946e88ee0428b0c9358 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006-2012 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciContext.h --
  *
- *     VMCI state to enable sending calls between VMs.
+ *    VMCI state to enable sending calls between VMs.
  */
 
 #ifndef _VMCI_CONTEXT_H_
@@ -70,7 +70,7 @@ Bool VMCIContext_SupportsHostQP(VMCIContext *context);
 void VMCIContext_ReleaseContext(VMCIContext *context);
 int VMCIContext_EnqueueDatagram(VMCIId cid, VMCIDatagram *dg);
 int VMCIContext_DequeueDatagram(VMCIContext *context, size_t *maxSize,
-                               VMCIDatagram **dg);
+                                VMCIDatagram **dg);
 int VMCIContext_PendingDatagrams(VMCIId cid, uint32 *pending);
 VMCIContext *VMCIContext_Get(VMCIId cid);
 void VMCIContext_Release(VMCIContext *context);
index 8cb3f722bf92b2f5f68c4a4411605976a557053d..ec6cb7c1a50f8249ff487a1715d9b6fa2497b6f4 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciDoorbell.h --
  *
- *     Internal functions in the VMCI Doorbell API.
+ *    Internal functions in the VMCI Doorbell API.
  */
 
 #ifndef VMCI_DOORBELL_H
index 9ce7995b03977d4dd6504937d30a34b869243855..8514f1c7ddc8c3d42c033469f16ab44900580ac4 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciDriver.h --
  *
- *     VMCI host driver interface.
+ *    VMCI host driver interface.
  */
 
 #ifndef _VMCI_DRIVER_H_
index a786818ead47934e196c3420ed2c9fdcbcc63224..ea7d10653c04366d1952017bc13409fae9aee741 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciHashtable.h --
  *
- *     Hash table for use in the APIs.
+ *    Hash table for use in the APIs.
  */
 
 #ifndef _VMCI_HASHTABLE_H_
index da056d15806cdbafcee9cbc27aab4ba86acd53a7..506629bc975abed02f4ceb9a4e2a46dc48099de3 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciResource.h --
  *
- *     VMCI Resource Access Control API.
+ *    VMCI Resource Access Control API.
  */
 
 #ifndef _VMCI_RESOURCE_H_
index a5958622a685d7a51057aa8c02ddd4225ef1a96a..e10388c4b730c9500ad7d9453f03b310faa1ad8e 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2011 VMware, Inc. All rights reserved.
+ * Copyright (C) 2011-2013 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -19,7 +19,7 @@
 /*
  * vmciRoute.h --
  *
- *     VMCI Routing.
+ *    VMCI Routing.
  */
 
 #ifndef _VMCI_ROUTE_H_