提交 325a8134 编写于 作者: J John Ferlan

storage: Remove extraneous @conn from function comments

Over time the parameters changed, but the comment wasn't updated
上级 c7d0da23
...@@ -336,7 +336,6 @@ virStorageBackendFileSystemNetFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSE ...@@ -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) ...@@ -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) ...@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册