]> xenbits.xensource.com Git - libvirt.git/commitdiff
Don't leave empty first line in C source files
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 7 Mar 2014 15:47:37 +0000 (16:47 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 18 Mar 2014 11:17:12 +0000 (12:17 +0100)
If there should be some sort of separator it is better to use comment
with the filename, copyright, description, license information and
authors.

Found by:

git grep -nH '^$' | grep '\.[ch]:1:'

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
58 files changed:
src/esx/esx_device_monitor.c
src/esx/esx_device_monitor.h
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_nwfilter_driver.c
src/esx/esx_nwfilter_driver.h
src/esx/esx_private.h
src/esx/esx_secret_driver.c
src/esx/esx_secret_driver.h
src/esx/esx_storage_backend_iscsi.c
src/esx/esx_storage_backend_iscsi.h
src/esx/esx_storage_backend_vmfs.c
src/esx/esx_storage_backend_vmfs.h
src/esx/esx_storage_driver.c
src/esx/esx_storage_driver.h
src/esx/esx_util.c
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vi_methods.c
src/esx/esx_vi_methods.h
src/esx/esx_vi_types.c
src/esx/esx_vi_types.h
src/hyperv/hyperv_device_monitor.c
src/hyperv/hyperv_device_monitor.h
src/hyperv/hyperv_driver.c
src/hyperv/hyperv_driver.h
src/hyperv/hyperv_interface_driver.c
src/hyperv/hyperv_interface_driver.h
src/hyperv/hyperv_network_driver.c
src/hyperv/hyperv_network_driver.h
src/hyperv/hyperv_nwfilter_driver.c
src/hyperv/hyperv_nwfilter_driver.h
src/hyperv/hyperv_private.h
src/hyperv/hyperv_secret_driver.c
src/hyperv/hyperv_secret_driver.h
src/hyperv/hyperv_storage_driver.c
src/hyperv/hyperv_storage_driver.h
src/hyperv/hyperv_util.c
src/hyperv/hyperv_util.h
src/hyperv/hyperv_wmi.c
src/hyperv/hyperv_wmi.h
src/hyperv/hyperv_wmi_classes.c
src/hyperv/hyperv_wmi_classes.h
src/hyperv/openwsman.h
src/qemu/qemu_migration.c
src/security/virt-aa-helper.c
src/vbox/vbox_MSCOMGlue.c
src/vbox/vbox_MSCOMGlue.h
src/vbox/vbox_glue.c
src/vbox/vbox_glue.h
src/vmx/vmx.h
tests/testutilslxc.h
tests/testutilsxen.h
tests/xml2sexprtest.c

index 7dc0618cd2f5eabb7fa0dc5adf4de3a1f66bbad8..11b61c91e934cf72976ab5fe10a2b49afeae14f1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_device_monitor.c: device monitor functions for managing VMware ESX
  *                       host devices
index a1efdcb6e8ea15b19a5dd8fbdbcd766191a9a220..1b2795e5b24c439110626aeaffb29b5d0e8a8ba0 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_device_monitor.h: device monitor methods for managing VMware ESX
  *                       host devices
index 6a2efe31b28ef5d1f6c28ec0cac4483f73bfa79b..2512a6e8efa6316a26b9cbab29636329addcdc74 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_driver.c: core driver functions for managing VMware ESX hosts
  *
index 9df348dd69bef8c207b92b05accee0a7b7657678..0de6a648c23c4be12135e01ddda6d6a7c1aedd20 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_driver.h: core driver functions for managing VMware ESX hosts
  *
index dcb9f038a7f6f79bb43e58c0fab5917d604c1a45..193565ea3f5989e56c88dfaafdd217fce7d58366 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_interface_driver.c: interface driver functions for managing VMware ESX
  *                         host interfaces
index 8cacc44fe96c610ccf826d972d58412dff9c31b8..cf0c4bd32656234625c680b076579d9dd4e9dc79 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_interface_driver.h: interface driver functions for managing VMware ESX
  *                         host interfaces
index c8b53b1a169b8dfbfc463f71039152dec27e9d05..4449ced13acc3dbfe024ca2322278ea5a11be4df 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_network_driver.c: network driver functions for managing VMware ESX
  *                       host networks
index 69fb48ae92d741fd998d7286a35a9c036947a953..7a8a225f9f1dda2192efe684fdb6afdae16a3dff 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_network_driver.h: network driver functions for managing VMware ESX
  *                       host networks
index 3b932de1c42426d6b08f152b91c24da96ac015a6..b764e2dcf8c77190948948c830cf41ec0e0ce711 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_nwfilter_driver.c: nwfilter driver functions for managing VMware ESX
  *                        firewall rules
index a53aba3561ab9db5792e3f0e854569ae98219c62..4fa88c31071a0d6c54261eac74315beaa2f805b1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_nwfilter_driver.h: nwfilter driver functions for managing VMware ESX
  *                        firewall rules
index 83e945f13c91959147967d58ef8cc2029ce76a17..05ee1d6aa9895b515cb52560f27a46cfb9ab93f4 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_private.h: private driver struct for the VMware ESX driver
  *
index 5607a2efb3454a4aa40c24231d7d29007c6e4e91..327536911bd7c3b7eb25ed27daf0bd10b5036e22 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_secret_driver.c: secret driver functions for VMware ESX secret manipulation
  *
index 7434c3fb14b795b7fe005e5565f264734b3bb373..07f8b13ed3b58ab25a2dde949a358766a6a29554 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_secret_driver.h: secret driver functions for VMware ESX secret manipulation
  *
index 66b91d1659866c9a9e190a00f89e43a5a47ee741..b7287fbf238e9fc2d22c38239306b5a21a441260 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_backend_iscsi.c: ESX storage backend for iSCSI handling
  *
index 00c9e2940e487aa49055c859d96205b4c6fabe53..da461c1cd0f23369b25ded99ae491d10c5a1769e 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_backend_iscsi.h: ESX storage backend for iSCSI handling
  *
index f4a5d5043fc3c3249a41697c4468a4fcee1e96b0..64b93f7954d87a1aab0aa02bc03b74222df9ace1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_backend_vmfs.c: ESX storage driver backend for
  *                             managing VMFS datastores
index 9071642db77b2a133e373fdcc20a5bf49b7aca2f..4dad9bcd9aa08e0e2bc0e598028d8f3a0cc4721b 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_backend_vmfs.h: ESX storage driver backend for
  *                             managing VMFS datastores
index 926c5f296947109358785210a96e877834c58758..6353dfc5077ad6929a71bb8f21d26a74baf79d09 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_driver.c: storage driver functions for managing VMware ESX
  *                       host storage
index eab0c6f5d426996f8a47be617388b0648dcfdd0d..871e59c3f321ff2b85fa65423fc69b60e8e5af45 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_storage_driver.h: storage driver methods for managing VMware ESX
  *                       host storage
index 39b7c0e66db6060f2eb9271fd14bc07ab5bba529..f4d1f941d5b8bbad7c723e04aff6b9e7f19e59a8 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_util.c: utility functions for the VMware ESX driver
  *
index 777ce30b927fe6c537af0a219492fb7b8aac8bd7..e554b6347f0f8090a56b4dbf54634de3f05ce17b 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts
  *
index aeee953aa7621d3df2dedf93e0d8b47deb72c98c..7cc2f71a0ad1b2bd9c7ceee397c23a691d57c764 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi.h: client for the VMware VI API 2.5 to manage ESX hosts
  *
index 519daf654618553f3c1c870ecc1863eccf6b10bb..0a3b3dd93c7f8e505246bfaf1d659ffd3a128cd1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi_methods.c: client for the VMware VI API 2.5 to manage ESX hosts
  *
index 0b4131a8876c49e8b1320b3dc303495466b62468..a68ff1bb8dfd1a32c62cda6aaad9c0e7b7902dad 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts
  *
index 2d6f8dba25e99b527084085229e6101981a1568c..8eff66e1c830e3479630eff32db13ad713147faa 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi_types.c: client for the VMware VI API 2.5 to manage ESX hosts
  *
index 92dc16f73ae493d033d33b70a65bb2eea343a91f..34901d7e9d07cc7d302026ac0d8d4e74bf3ad967 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi_types.h: client for the VMware VI API 2.5 to manage ESX hosts
  *
index 83ea72a30335b65ac398de85929728946ad1c720..413fa10b48c781fe2bfb0e2f7e2289898c502201 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_device_monitor.c: device monitor functions for managing
  *                          Microsoft Hyper-V host devices
index 17a20cfdfa30d35f68c7b8d3d93da75c37358a6c..36459b6258752f49e0dc4a066bdea1134c3db3e5 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_device_monitor.h: device monitor functions for managing
  *                          Microsoft Hyper-V host devices
index 6680e665caee306189265495838e5383d04a85c5..b2c367525ac13cd59414f04421387fdaf2b0b2da 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_driver.c: core driver functions for managing Microsoft Hyper-V hosts
  *
index 166cdce5b797372a2dfb05d1494c13a975dd76bd..e7c249a32885b37273ceacc04412063c781ea782 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_driver.h: core driver functions for managing Microsoft Hyper-V hosts
  *
index 62123a4f3679247f3a80231acd16ab3eea0ae023..fbdd1a685ae368058c6e823a3c8a7319e8041a19 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_interface_driver.c: interface driver functions for managing
  *                            Microsoft Hyper-V host interfaces
index 1012990b812e648b5360101b91005e78a5eb4f5c..2ab022530ba8518630a04f105659aa11430c8ada 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_interface_driver.h: interface driver functions for managing
  *                            Microsoft Hyper-V host interfaces
index e23f53a16c5904a534e3b23909a3116fc6d710ec..32f3d83058cede43a30c5c6f922ac995c7dea0e6 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_network_driver.c: network driver functions for managing
  *                          Microsoft Hyper-V host networks
index 047560e01409c45e971f70585fb7f943d28adc4f..231d94bc6880c343174315a13dc03140d757f34e 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_network_driver.h: network driver functions for managing
  *                          Microsoft Hyper-V host networks
index 034323845b01eb0e32a90c8365252052a52dac22..b71c66c6241c3477376444be51a3f3d14039e564 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_nwfilter_driver.c: nwfilter driver functions for managing
  *                           Microsoft Hyper-V firewall rules
index 73dfedd5bc324cf1c6a2b33b80da68a47001f111..d5918cb9b06b819a45421b98ca96853009e8b83a 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_nwfilter_driver.h: nwfilter driver functions for managing
  *                           Microsoft Hyper-V firewall rules
index 9c9fd3eb8ad955fdf4d12e85be259010754fdfa0..574bb5fe8c19a8a6e232f622e2818c8710913261 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_private.h: private driver struct for the Microsoft Hyper-V driver
  *
index 3f9f8f5188ad17a03ef41dea4d9aaa294e17a536..1c4aae6476d743d727c4045c6213ef967a0f6e8d 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_secret_driver.c: secret driver functions for Microsoft Hyper-V
  *                         secret manipulation
index 8b990c0a668eb320045da3f7e09c73cee586e845..40bb3ada4c8ef71996306b78ae16a8734937140e 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_secret_driver.h: secret driver functions for Microsoft Hyper-V
  *                         secret manipulation
index 5acc4d8fe89a7dc60a1fa592ecc093b496888076..81fa74a75bbae36bfe0c3028ff769b8ba8731f56 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_storage_driver.c: storage driver functions for managing
  *                          Microsoft Hyper-V host storage
index 34844d825f937d3602bdae520e83fa3bd1360ffa..651fb5192610afd5f12ec776e8a4f635b4fec40d 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_storage_driver.h: storage driver methods for managing
  *                          Microsoft Hyper-V host storage
index e14c63422b6dff7a95edb273ab27461ef0928a9f..95d0b79590543bb858c5c3aba18d58eedaf1cf7a 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_util.c: utility functions for the Microsoft Hyper-V driver
  *
index f8d6e5580518a3e9978c036ab3a55e399bfe79bb..ededa3166f3c12de202a07a5a1716c678e45e9c6 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_util.h: utility functions for the Microsoft Hyper-V driver
  *
index a603badcf3d06f778f0c98de826020b88e8b9e95..6fbe54d5a16a47e107fca06bd68162871c613e12 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_wmi.c: general WMI over WSMAN related functions and structures for
  *               managing Microsoft Hyper-V hosts
index 85a2bbc6fff8ddf9bf183862a87ccc602d9d80f4..5fbbbac0d7ae7aec3dcd6ec3edf431dbceb295b6 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_wmi.h: general WMI over WSMAN related functions and structures for
  *               managing Microsoft Hyper-V hosts
index 5204238742ff5f972662125a4657bba28e9fe479..00bee2e8f332ff55f309e572886a90908dd2e7c3 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_wmi_classes.c: WMI classes for managing Microsoft Hyper-V hosts
  *
index 4b6c745cfd490a384b75a06c2159f90ad0cbab1b..ac7a3b8ab0d977fd1345778acfa7edc575a4fa37 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * hyperv_wmi_classes.h: WMI classes for managing Microsoft Hyper-V hosts
  *
index a0ac7a5f2200fa1a4dd51f1cc9bb10a227f895b5..f66ed8622cde88cd0449e365bde7290592fbb83f 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * openwsman.h: workarounds for bugs in openwsman
  *
index 0bbec2ea9555ed945b7a0d6161be562d30359d8b..5d5473edc9481cb861b44abcae788d3c7bf9b701 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * qemu_migration.c: QEMU migration handling
  *
index 239671548af56a590c3d6f2429a09cb83e9c02f0..b8b0610050ef5de3947d5e0191042814718dac98 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * virt-aa-helper: wrapper program used by AppArmor security driver.
  *
index c87004a10a8a89b19d019f274104e4cf29830d47..fbf42d8f1d8037b9d1ca4dfb496c067a1acc6ec5 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * vbox_MSCOMGlue.c: glue to the MSCOM based VirtualBox API
  *
index 0e573db6a1298a8f832e7a23fd764bfbd505fd3d..cdc38f8310a4c2b8cac8ac852771bfa9650aa4d1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * vbox_MSCOMGlue.h: glue to the MSCOM based VirtualBox API
  *
index 602d4679a2a51be9d604a8e42999d08c4a371867..afd6af4ee7e6e55eab9b6e392c45e44a20268774 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * vbox_glue.c: glue to the VirtualBox API
  *
index dcc249595d16ad66316d1f9aa7f6c4b698f2243e..080479c74a22fff8a01fcb1c1d5ed721643153e2 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * vbox_glue.h: glue to the VirtualBox API
  *
index d07bba2e36ec1768357be023a5daed3f07006b5a..6a68c8b2819bbeeda3edbc434ebfffb0b35e73aa 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * vmx.h: VMware VMX parsing/formatting functions
  *
index dbfe83416634d00a7875dfd0ac68f748bc2fbabb..3f9a67b7f457cd61f0a87f412513a7f03c3d4807 100644 (file)
@@ -1,4 +1,3 @@
-
 #include "capabilities.h"
 
 #define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"
index 7f27e225ccbd688681fb90df503b82eeb0ee8d3d..54155e5e76f82c35bf344f4ea79feade2f603852 100644 (file)
@@ -1,4 +1,3 @@
-
 #include "capabilities.h"
 
 virCapsPtr testXenCapsInit(void);
index 7597bd44e6b491e76e17794fe6f943b47b390b27..d6bc51a2318374be6150ec855d67639fc9fecb58 100644 (file)
@@ -1,4 +1,3 @@
-
 #include <config.h>
 
 #include <stdio.h>