mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
Reindent comment of virNetDevFeatureAvailable
This commit is contained in:
parent
577fb98fbd
commit
7d097b223d
@ -3241,14 +3241,14 @@ virNetDevSendEthtoolIoctl(const char *ifname, void *cmd)
|
||||
|
||||
|
||||
/**
|
||||
* virNetDevFeatureAvailable
|
||||
* This function checks for the availability of a network device feature
|
||||
*
|
||||
* @ifname: name of the interface
|
||||
* @cmd: reference to an ethtool command structure
|
||||
*
|
||||
* Returns 0 if not found, 1 on success, and -1 on failure.
|
||||
*/
|
||||
* virNetDevFeatureAvailable
|
||||
* This function checks for the availability of a network device feature
|
||||
*
|
||||
* @ifname: name of the interface
|
||||
* @cmd: reference to an ethtool command structure
|
||||
*
|
||||
* Returns 0 if not found, 1 on success, and -1 on failure.
|
||||
*/
|
||||
static int
|
||||
virNetDevFeatureAvailable(const char *ifname, struct ethtool_value *cmd)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user