esx: Cleanup file header comments

Replace 'method' with 'function' and get the filename's suffix right.
This commit is contained in:
Matthias Bolte 2010-03-02 22:19:24 +01:00
parent d304352b19
commit 055d21d254
15 changed files with 17 additions and 17 deletions

View 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.

View 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) 2009, 2010 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

View 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) 2009, 2010 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

View 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.

View 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>

View 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.

View 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>

View File

@ -2,7 +2,7 @@
/*
* esx_private.h: private driver struct for the VMware ESX driver
*
* Copyright (C) 2009, 2010 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

View 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>

View 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>
*

View 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.

View 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>

View 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>
*

View 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>

View 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>
*