mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 02:04:16 +03:00
Don't leave empty first line in C source files
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>
This commit is contained in:
parent
2bc468275d
commit
14fc041f69
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_device_monitor.c: device monitor functions for managing VMware ESX
|
||||
* host devices
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_device_monitor.h: device monitor methods for managing VMware ESX
|
||||
* host devices
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_driver.c: core driver functions for managing VMware ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_driver.h: core driver functions for managing VMware ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_interface_driver.c: interface driver functions for managing VMware ESX
|
||||
* host interfaces
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_interface_driver.h: interface driver functions for managing VMware ESX
|
||||
* host interfaces
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_network_driver.c: network driver functions for managing VMware ESX
|
||||
* host networks
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_network_driver.h: network driver functions for managing VMware ESX
|
||||
* host networks
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_nwfilter_driver.c: nwfilter driver functions for managing VMware ESX
|
||||
* firewall rules
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_nwfilter_driver.h: nwfilter driver functions for managing VMware ESX
|
||||
* firewall rules
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_private.h: private driver struct for the VMware ESX driver
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_secret_driver.c: secret driver functions for VMware ESX secret manipulation
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_secret_driver.h: secret driver functions for VMware ESX secret manipulation
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_backend_iscsi.c: ESX storage backend for iSCSI handling
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_backend_iscsi.h: ESX storage backend for iSCSI handling
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_backend_vmfs.c: ESX storage driver backend for
|
||||
* managing VMFS datastores
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_backend_vmfs.h: ESX storage driver backend for
|
||||
* managing VMFS datastores
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_driver.c: storage driver functions for managing VMware ESX
|
||||
* host storage
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_storage_driver.h: storage driver methods for managing VMware ESX
|
||||
* host storage
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_util.c: utility functions for the VMware ESX driver
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi.h: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi_methods.c: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi_types.c: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* esx_vi_types.h: client for the VMware VI API 2.5 to manage ESX hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_device_monitor.c: device monitor functions for managing
|
||||
* Microsoft Hyper-V host devices
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_device_monitor.h: device monitor functions for managing
|
||||
* Microsoft Hyper-V host devices
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_driver.c: core driver functions for managing Microsoft Hyper-V hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_driver.h: core driver functions for managing Microsoft Hyper-V hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_interface_driver.c: interface driver functions for managing
|
||||
* Microsoft Hyper-V host interfaces
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_interface_driver.h: interface driver functions for managing
|
||||
* Microsoft Hyper-V host interfaces
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_network_driver.c: network driver functions for managing
|
||||
* Microsoft Hyper-V host networks
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_network_driver.h: network driver functions for managing
|
||||
* Microsoft Hyper-V host networks
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_nwfilter_driver.c: nwfilter driver functions for managing
|
||||
* Microsoft Hyper-V firewall rules
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_nwfilter_driver.h: nwfilter driver functions for managing
|
||||
* Microsoft Hyper-V firewall rules
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_private.h: private driver struct for the Microsoft Hyper-V driver
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_secret_driver.c: secret driver functions for Microsoft Hyper-V
|
||||
* secret manipulation
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_secret_driver.h: secret driver functions for Microsoft Hyper-V
|
||||
* secret manipulation
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_storage_driver.c: storage driver functions for managing
|
||||
* Microsoft Hyper-V host storage
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_storage_driver.h: storage driver methods for managing
|
||||
* Microsoft Hyper-V host storage
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_util.c: utility functions for the Microsoft Hyper-V driver
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_util.h: utility functions for the Microsoft Hyper-V driver
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_wmi.c: general WMI over WSMAN related functions and structures for
|
||||
* managing Microsoft Hyper-V hosts
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_wmi.h: general WMI over WSMAN related functions and structures for
|
||||
* managing Microsoft Hyper-V hosts
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_wmi_classes.c: WMI classes for managing Microsoft Hyper-V hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* hyperv_wmi_classes.h: WMI classes for managing Microsoft Hyper-V hosts
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* openwsman.h: workarounds for bugs in openwsman
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* qemu_migration.c: QEMU migration handling
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* virt-aa-helper: wrapper program used by AppArmor security driver.
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* vbox_MSCOMGlue.c: glue to the MSCOM based VirtualBox API
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* vbox_MSCOMGlue.h: glue to the MSCOM based VirtualBox API
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* vbox_glue.c: glue to the VirtualBox API
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* vbox_glue.h: glue to the VirtualBox API
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* vmx.h: VMware VMX parsing/formatting functions
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#include "capabilities.h"
|
||||
|
||||
#define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#include "capabilities.h"
|
||||
|
||||
virCapsPtr testXenCapsInit(void);
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user