From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:11:08 +0000 (-0700) Subject: VMCI/VSOCK: Cleanup some files X-Git-Tag: 2013.09.16-1328054~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df8396102ebfdcd71cffaa2d05bee4f286f86f3;p=thirdparty%2Fopen-vm-tools.git VMCI/VSOCK: Cleanup some files Remove extra whitespace, replace tabs with spaces, fix indentation. Also updated the copyright for any file that I touched. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/modules/linux/vmci/common/vmciContext.h b/open-vm-tools/modules/linux/vmci/common/vmciContext.h index 93e37a8d2..de0201ef7 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciContext.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciContext.h @@ -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); diff --git a/open-vm-tools/modules/linux/vmci/common/vmciDoorbell.h b/open-vm-tools/modules/linux/vmci/common/vmciDoorbell.h index 8cb3f722b..ec6cb7c1a 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciDoorbell.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciDoorbell.h @@ -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 diff --git a/open-vm-tools/modules/linux/vmci/common/vmciDriver.h b/open-vm-tools/modules/linux/vmci/common/vmciDriver.h index 9ce7995b0..8514f1c7d 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciDriver.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciDriver.h @@ -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_ diff --git a/open-vm-tools/modules/linux/vmci/common/vmciHashtable.h b/open-vm-tools/modules/linux/vmci/common/vmciHashtable.h index a786818ea..ea7d10653 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciHashtable.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciHashtable.h @@ -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_ diff --git a/open-vm-tools/modules/linux/vmci/common/vmciResource.h b/open-vm-tools/modules/linux/vmci/common/vmciResource.h index da056d158..506629bc9 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciResource.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciResource.h @@ -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_ diff --git a/open-vm-tools/modules/linux/vmci/common/vmciRoute.h b/open-vm-tools/modules/linux/vmci/common/vmciRoute.h index a5958622a..e10388c4b 100644 --- a/open-vm-tools/modules/linux/vmci/common/vmciRoute.h +++ b/open-vm-tools/modules/linux/vmci/common/vmciRoute.h @@ -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_