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>
/*********************************************************
- * 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
/*
* vmciContext.h --
*
- * VMCI state to enable sending calls between VMs.
+ * VMCI state to enable sending calls between VMs.
*/
#ifndef _VMCI_CONTEXT_H_
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);
/*********************************************************
- * 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
/*
* vmciDoorbell.h --
*
- * Internal functions in the VMCI Doorbell API.
+ * Internal functions in the VMCI Doorbell API.
*/
#ifndef VMCI_DOORBELL_H
/*********************************************************
- * 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
/*
* vmciDriver.h --
*
- * VMCI host driver interface.
+ * VMCI host driver interface.
*/
#ifndef _VMCI_DRIVER_H_
/*********************************************************
- * 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
/*
* vmciHashtable.h --
*
- * Hash table for use in the APIs.
+ * Hash table for use in the APIs.
*/
#ifndef _VMCI_HASHTABLE_H_
/*********************************************************
- * 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
/*
* vmciResource.h --
*
- * VMCI Resource Access Control API.
+ * VMCI Resource Access Control API.
*/
#ifndef _VMCI_RESOURCE_H_
/*********************************************************
- * 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
/*
* vmciRoute.h --
*
- * VMCI Routing.
+ * VMCI Routing.
*/
#ifndef _VMCI_ROUTE_H_