From 055d21d2544551e4a88a07e1091147c17da9417f Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Tue, 2 Mar 2010 22:19:24 +0100 Subject: [PATCH] esx: Cleanup file header comments Replace 'method' with 'function' and get the filename's suffix right. --- src/esx/esx_device_monitor.c | 2 +- src/esx/esx_driver.c | 4 ++-- src/esx/esx_driver.h | 4 ++-- src/esx/esx_interface_driver.c | 2 +- src/esx/esx_interface_driver.h | 2 +- src/esx/esx_network_driver.c | 2 +- src/esx/esx_network_driver.h | 2 +- src/esx/esx_private.h | 2 +- src/esx/esx_secret_driver.c | 2 +- src/esx/esx_secret_driver.h | 2 +- src/esx/esx_storage_driver.c | 2 +- src/esx/esx_util.c | 2 +- src/esx/esx_util.h | 2 +- src/esx/esx_vmx.c | 2 +- src/esx/esx_vmx.h | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/esx/esx_device_monitor.c b/src/esx/esx_device_monitor.c index 78de0e0cfb..1962a11889 100644 --- a/src/esx/esx_device_monitor.c +++ b/src/esx/esx_device_monitor.c @@ -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. diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c index 20977b659a..b97945d2ca 100644 --- a/src/esx/esx_driver.c +++ b/src/esx/esx_driver.c @@ -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) 2009, 2010 Matthias Bolte + * Copyright (C) 2009-2010 Matthias Bolte * Copyright (C) 2009 Maximilian Wilhelm * * This library is free software; you can redistribute it and/or diff --git a/src/esx/esx_driver.h b/src/esx/esx_driver.h index bf382f42d7..7138aca1fc 100644 --- a/src/esx/esx_driver.h +++ b/src/esx/esx_driver.h @@ -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) 2009, 2010 Matthias Bolte + * Copyright (C) 2009-2010 Matthias Bolte * Copyright (C) 2009 Maximilian Wilhelm * * This library is free software; you can redistribute it and/or diff --git a/src/esx/esx_interface_driver.c b/src/esx/esx_interface_driver.c index e3739f7e9d..fef324d51e 100644 --- a/src/esx/esx_interface_driver.c +++ b/src/esx/esx_interface_driver.c @@ -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. diff --git a/src/esx/esx_interface_driver.h b/src/esx/esx_interface_driver.h index 998cbb9114..ac04f79a52 100644 --- a/src/esx/esx_interface_driver.h +++ b/src/esx/esx_interface_driver.h @@ -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 diff --git a/src/esx/esx_network_driver.c b/src/esx/esx_network_driver.c index dacc95bf3d..49492d1e2f 100644 --- a/src/esx/esx_network_driver.c +++ b/src/esx/esx_network_driver.c @@ -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. diff --git a/src/esx/esx_network_driver.h b/src/esx/esx_network_driver.h index fab5ac0098..9f06d5a5ed 100644 --- a/src/esx/esx_network_driver.h +++ b/src/esx/esx_network_driver.h @@ -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 diff --git a/src/esx/esx_private.h b/src/esx/esx_private.h index df0612993b..f8aa9e8d8f 100644 --- a/src/esx/esx_private.h +++ b/src/esx/esx_private.h @@ -2,7 +2,7 @@ /* * esx_private.h: private driver struct for the VMware ESX driver * - * Copyright (C) 2009, 2010 Matthias Bolte + * Copyright (C) 2009-2010 Matthias Bolte * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/esx/esx_secret_driver.c b/src/esx/esx_secret_driver.c index 07a178fa1b..f8e030f939 100644 --- a/src/esx/esx_secret_driver.c +++ b/src/esx/esx_secret_driver.c @@ -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 diff --git a/src/esx/esx_secret_driver.h b/src/esx/esx_secret_driver.h index d49f3cb98a..d9ee7ebed5 100644 --- a/src/esx/esx_secret_driver.h +++ b/src/esx/esx_secret_driver.h @@ -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 * diff --git a/src/esx/esx_storage_driver.c b/src/esx/esx_storage_driver.c index 7b073a65e8..accd0011e0 100644 --- a/src/esx/esx_storage_driver.c +++ b/src/esx/esx_storage_driver.c @@ -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. diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 3cbd2b1d75..801b4b026e 100644 --- a/src/esx/esx_util.c +++ b/src/esx/esx_util.c @@ -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 diff --git a/src/esx/esx_util.h b/src/esx/esx_util.h index f4f971ca62..5298184c78 100644 --- a/src/esx/esx_util.h +++ b/src/esx/esx_util.h @@ -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 * diff --git a/src/esx/esx_vmx.c b/src/esx/esx_vmx.c index ba4c608180..c6a92bf790 100644 --- a/src/esx/esx_vmx.c +++ b/src/esx/esx_vmx.c @@ -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 diff --git a/src/esx/esx_vmx.h b/src/esx/esx_vmx.h index bff3688206..c07f8b3a58 100644 --- a/src/esx/esx_vmx.h +++ b/src/esx/esx_vmx.h @@ -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 * -- GitLab