storage: Remove extraneous @conn from function comments

Over time the parameters changed, but the comment wasn't updated
This commit is contained in:
John Ferlan 2015-06-02 19:58:33 -04:00
parent c7d0da23f1
commit 325a8134f9
1 changed files with 0 additions and 3 deletions

View File

@ -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.