]> xenbits.xensource.com Git - libvirt.git/commitdiff
esx: Cleanup file header comments
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 2 Mar 2010 21:19:24 +0000 (22:19 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 00:28:08 +0000 (01:28 +0100)
Replace 'method' with 'function' and get the filename's suffix right.

15 files changed:
src/esx/esx_device_monitor.c
src/esx/esx_driver.c
src/esx/esx_driver.h
src/esx/esx_interface_driver.c
src/esx/esx_interface_driver.h
src/esx/esx_network_driver.c
src/esx/esx_network_driver.h
src/esx/esx_private.h
src/esx/esx_secret_driver.c
src/esx/esx_secret_driver.h
src/esx/esx_storage_driver.c
src/esx/esx_util.c
src/esx/esx_util.h
src/esx/esx_vmx.c
src/esx/esx_vmx.h

index 78de0e0cfb9cce0e5a5250ebf8e182f8e969a0e9..1962a118895802089601b58781849d27bb41ba99 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_device_monitor.c: device monitor methods for managing VMware ESX
+ * esx_device_monitor.c: device monitor functions for managing VMware ESX
  *                       host devices
  *
  * Copyright (C) 2010 Red Hat, Inc.
index 20977b659acd5da81248575ac587cdd1ba21476a..b97945d2ca02577d8faaa3c1692c3ddecfb504f8 100644 (file)
@@ -1,9 +1,9 @@
 
 /*
- * esx_driver.c: core driver methods for managing VMware ESX hosts
+ * esx_driver.c: core driver functions for managing VMware ESX hosts
  *
  * Copyright (C) 2010 Red Hat, Inc.
- * Copyright (C) 20092010 Matthias Bolte <matthias.bolte@googlemail.com>
+ * Copyright (C) 2009-2010 Matthias Bolte <matthias.bolte@googlemail.com>
  * Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
  *
  * This library is free software; you can redistribute it and/or
index bf382f42d733c1c5ee49044efdf27c585ce00459..7138aca1fc2e716d9867ee03a78fae92a536b02e 100644 (file)
@@ -1,8 +1,8 @@
 
 /*
- * esx_driver.h: core driver methods for managing VMware ESX hosts
+ * esx_driver.h: core driver functions for managing VMware ESX hosts
  *
- * Copyright (C) 20092010 Matthias Bolte <matthias.bolte@googlemail.com>
+ * Copyright (C) 2009-2010 Matthias Bolte <matthias.bolte@googlemail.com>
  * Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
  *
  * This library is free software; you can redistribute it and/or
index e3739f7e9df5642d9432be0da40243346969e5fe..fef324d51e3d20efb673b03909a54aa06f00f0b6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_interface_driver.h: interface driver methods for managing VMware ESX
+ * esx_interface_driver.c: interface driver functions for managing VMware ESX
  *                         host interfaces
  *
  * Copyright (C) 2010 Red Hat, Inc.
index 998cbb91143babea598cc5976e3c0f8fa1f125b3..ac04f79a52e7d744f7c7e82dc77c15826006b9a6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_interface_driver.h: interface driver methods for managing VMware ESX
+ * esx_interface_driver.h: interface driver functions for managing VMware ESX
  *                         host interfaces
  *
  * Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
index dacc95bf3d2f575bf39778cbe96c18ee61bf202e..49492d1e2fd51f73a3ad35dd9e8c0ee78f5cfe10 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_network_driver.c: network driver methods for managing VMware ESX
+ * esx_network_driver.c: network driver functions for managing VMware ESX
  *                       host networks
  *
  * Copyright (C) 2010 Red Hat, Inc.
index fab5ac00981b383e91f945eed47a812e05461050..9f06d5a5ed4cca29e372d935c5f8187ddbb382f9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_network_driver.h: network driver methods for managing VMware ESX
+ * esx_network_driver.h: network driver functions for managing VMware ESX
  *                       host networks
  *
  * Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
index df0612993b102bbe1a68b71d317d45ab9c740ebf..f8aa9e8d8f029a54b8a21ed7c20ea3346c6ebcc1 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * esx_private.h: private driver struct for the VMware ESX driver
  *
- * Copyright (C) 20092010 Matthias Bolte <matthias.bolte@googlemail.com>
+ * Copyright (C) 2009-2010 Matthias Bolte <matthias.bolte@googlemail.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 07a178fa1b432e85f4bc47054b660bad54ed20b9..f8e030f9397199551ade9712d91a383e33342b01 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_secret_driver.c: secret driver methods for VMware ESX secret manipulation
+ * esx_secret_driver.c: secret driver functions for VMware ESX secret manipulation
  *
  * Copyright (C) 2010 Red Hat, Inc.
  * Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
index d49f3cb98a0743808f3f91782ffc876374f06f61..d9ee7ebed5c8f9fe3748065222bc3fe13947f680 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_secret_driver.h: secret driver methods for VMware ESX secret manipulation
+ * esx_secret_driver.h: secret driver functions for VMware ESX secret manipulation
  *
  * Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
  *
index 7b073a65e861acc7e226c07450811ab5fd77b4f1..accd0011e0d8ad92a91e512e2f8a311e5571aa4c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_storage_driver.c: storage driver methods for managing VMware ESX
+ * esx_storage_driver.c: storage driver functions for managing VMware ESX
  *                       host storage
  *
  * Copyright (C) 2010 Red Hat, Inc.
index 3cbd2b1d75241860d70043d440f242e1e0bf53e1..801b4b026e297702fa2d1903808bcfd7970334dd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_util.c: utility methods for the VMware ESX driver
+ * esx_util.c: utility functions for the VMware ESX driver
  *
  * Copyright (C) 2010 Red Hat, Inc.
  * Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
index f4f971ca62c1f05d0f293339d8142aa95e38447f..5298184c782d44c96af19a263a3780d458a4f5d2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_util.h: utility methods for the VMware ESX driver
+ * esx_util.h: utility functions for the VMware ESX driver
  *
  * Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
  *
index ba4c608180bda91bb9f4af214a361bb182a887d7..c6a92bf790a068ffb691705a884f139e152c6599 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_vmx.c: VMX related methods for the VMware ESX driver
+ * esx_vmx.c: VMX related functions for the VMware ESX driver
  *
  * Copyright (C) 2010 Red Hat, Inc.
  * Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
index bff3688206903ab5967893867779c7442a276f45..c07f8b3a58b645adcf175322248300cf341e2ccb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * esx_vmx.c: VMX related methods for the VMware ESX driver
+ * esx_vmx.h: VMX related functions for the VMware ESX driver
  *
  * Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
  *