mirror of https://gitee.com/openkylin/libvirt.git
storage: Remove extraneous @conn from function comments
Over time the parameters changed, but the comment wasn't updated
This commit is contained in:
parent
c7d0da23f1
commit
325a8134f9
|
@ -336,7 +336,6 @@ virStorageBackendFileSystemNetFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSE
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @conn connection to report errors against
|
|
||||||
* @pool storage pool to check for status
|
* @pool storage pool to check for status
|
||||||
*
|
*
|
||||||
* Determine if a storage pool is already mounted
|
* Determine if a storage pool is already mounted
|
||||||
|
@ -369,7 +368,6 @@ virStorageBackendFileSystemIsMounted(virStoragePoolObjPtr pool)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @conn connection to report errors against
|
|
||||||
* @pool storage pool to mount
|
* @pool storage pool to mount
|
||||||
*
|
*
|
||||||
* Ensure that a FS storage pool is mounted on its target location.
|
* Ensure that a FS storage pool is mounted on its target location.
|
||||||
|
@ -474,7 +472,6 @@ virStorageBackendFileSystemMount(virStoragePoolObjPtr pool)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @conn connection to report errors against
|
|
||||||
* @pool storage pool to unmount
|
* @pool storage pool to unmount
|
||||||
*
|
*
|
||||||
* Ensure that a FS storage pool is not mounted on its target location.
|
* Ensure that a FS storage pool is not mounted on its target location.
|
||||||
|
|
Loading…
Reference in New Issue