]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: Remove extraneous @conn from function comments
authorJohn Ferlan <jferlan@redhat.com>
Tue, 2 Jun 2015 23:58:33 +0000 (19:58 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 5 Jun 2015 10:07:50 +0000 (06:07 -0400)
Over time the parameters changed, but the comment wasn't updated

src/storage/storage_backend_fs.c

index 337b8d3b92897256913290bc3af0f176b49cf0e2..b70902ae554f323ec21cf7613147cdbe5dbc3b73 100644 (file)
@@ -336,7 +336,6 @@ virStorageBackendFileSystemNetFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSE
 
 
 /**
- * @conn connection to report errors against
  * @pool storage pool to check for status
  *
  * 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
  *
  * 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
  *
  * Ensure that a FS storage pool is not mounted on its target location.